Index: fact/tools/PyDimCtrl/factdimserver.py
===================================================================
--- fact/tools/PyDimCtrl/factdimserver.py	(revision 14464)
+++ fact/tools/PyDimCtrl/factdimserver.py	(revision 14465)
@@ -16,5 +16,5 @@
 
 # using this line makes 'export DIM_DNS_NODE=daq' obsolete
-pydim.dic_set_dns_node('localhost')
+pydim.dic_set_dns_node('daq')
 
 class FactDimServer( object ):
@@ -230,5 +230,5 @@
         print "couldn't get the server list of DIS_DNS. program abortion..." 
         sys.exit(1)
-    print rawlist   
+    #print rawlist   
     # the output needs to be treated a bit .. it is a tuple with only one long string in it
     # the string contains | and the strange character \x00
@@ -367,4 +367,6 @@
 
 print '.... fact DIM servers are ready to use'
+print '-'*70
+print
 ##############################################################################
 # class for colored printing
