Index: /trunk/FACT++/src/datalogger.cc
===================================================================
--- /trunk/FACT++/src/datalogger.cc	(revision 13192)
+++ /trunk/FACT++/src/datalogger.cc	(revision 13193)
@@ -460,8 +460,9 @@
 void DataLogger::AddService(const string& server, const string& service, const string&, bool isCmd)
 {
-    Info("Got request to add service: "+server+"/"+service);
     //dataLogger does not subscribe to commands
     if (isCmd)
         return;
+
+    Info("Got request to add service: "+server+"/"+service);
 
     //check the given subscription against black and white lists
