Changeset 14348 for trunk/FACT++/src


Ignore:
Timestamp:
08/13/12 09:42:43 (12 years ago)
Author:
tbretz
Message:
Do npt print a message when only a new command appears.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/datalogger.cc

    r14238 r14348  
    461461    const bool isCmd = svc.iscmd;
    462462
    463     Info("Got request to add service: "+server+"/"+service);
    464463   //dataLogger does not subscribe to commands
    465464    if (isCmd)
    466465        return;
    467466
     467    Info("Got request to add service: "+server+"/"+service);
    468468
    469469    //check the given subscription against black and white lists
Note: See TracChangeset for help on using the changeset viewer.