Index: drsdaq/DAQReadout.cc
===================================================================
--- drsdaq/DAQReadout.cc	(revision 229)
+++ drsdaq/DAQReadout.cc	(revision 230)
@@ -1247,4 +1247,7 @@
 	  strlen(getCommand()->getString()) == 0) return;
 
+  // Log command reception
+  SendToLog("Command '%s' from %s (ID %d)", getCommand()->getString(), getClientName(), getClientId());
+
   // Copy command to new buffer (will be freed by global Execute() function)
   char *Command;
