Changeset 230 for drsdaq


Ignore:
Timestamp:
06/24/10 14:16:17 (14 years ago)
Author:
ogrimm
Message:
Command reception logged by drsdaq and hvcontrol
File:
1 edited

Legend:

Unmodified
Added
Removed
  • drsdaq/DAQReadout.cc

    r229 r230  
    12471247          strlen(getCommand()->getString()) == 0) return;
    12481248
     1249  // Log command reception
     1250  SendToLog("Command '%s' from %s (ID %d)", getCommand()->getString(), getClientName(), getClientId());
     1251
    12491252  // Copy command to new buffer (will be freed by global Execute() function)
    12501253  char *Command;
Note: See TracChangeset for help on using the changeset viewer.