Index: /trunk/FACT++/src/Connection.cc
===================================================================
--- /trunk/FACT++/src/Connection.cc	(revision 11197)
+++ /trunk/FACT++/src/Connection.cc	(revision 11198)
@@ -434,5 +434,9 @@
         ostringstream msg;
         msg << "Trying to connect to " << fEndpoint << "...";
-        Info(msg);
+        if (fMsgConnect!=msg.str())
+        {
+            fMsgConnect = msg.str();
+            Info(msg);
+        }
 
         AsyncConnect();
