Index: trunk/FACT++/src/DimSetup.cc
===================================================================
--- trunk/FACT++/src/DimSetup.cc	(revision 19419)
+++ trunk/FACT++/src/DimSetup.cc	(revision 19420)
@@ -177,6 +177,6 @@
     cout << "Setting DIM_DNS_NODE =" << dns;
     if (port>0)
-        cout << ':' << port << endl;
-    cout << "Setting DIM_HOST_NODE=" << loc << endl;
+        cout << ':' << port;
+    cout << "\nSetting DIM_HOST_NODE=" << loc << endl;
 }
 
