Index: /trunk/FACT++/src/Connection.cc
===================================================================
--- /trunk/FACT++/src/Connection.cc	(revision 10730)
+++ /trunk/FACT++/src/Connection.cc	(revision 10731)
@@ -373,5 +373,5 @@
     if (p0==string::npos || p0!=p1)
     {
-        Error("Connection::SetEndPoint - Wrong format of argument ('host:port' expected)");
+        Error("Connection::SetEndpoint - Wrong format of argument '"+addr+"' ('host:port' expected)");
         return;
     }
