Index: /trunk/FACT++/src/Connection.cc
===================================================================
--- /trunk/FACT++/src/Connection.cc	(revision 10830)
+++ /trunk/FACT++/src/Connection.cc	(revision 10831)
@@ -83,5 +83,5 @@
         ostringstream str;
         str << "Connection closed to " << URL() << ".";
-        Message(str);
+        Info(str);
     }
 
@@ -284,5 +284,5 @@
     if (!error)
     {
-        Message("Connection established to "+host+"...");
+        Info("Connection established to "+host+"...");
 
         fConnectionStatus = kConnected;
@@ -353,5 +353,5 @@
     {
         fMsgConnect = msg.str();
-        ec ? Error(msg) : Message(msg);
+        ec ? Error(msg) : Info(msg);
     }
 
