Ignore:
Timestamp:
03/23/12 11:13:25 (13 years ago)
Author:
tbretz
Message:
Print AddService info only when it is really a service.
File:
1 edited

Legend:

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

    r13092 r13193  
    460460void DataLogger::AddService(const string& server, const string& service, const string&, bool isCmd)
    461461{
    462     Info("Got request to add service: "+server+"/"+service);
    463462    //dataLogger does not subscribe to commands
    464463    if (isCmd)
    465464        return;
     465
     466    Info("Got request to add service: "+server+"/"+service);
    466467
    467468    //check the given subscription against black and white lists
Note: See TracChangeset for help on using the changeset viewer.