- Timestamp:
- 03/23/12 11:13:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/datalogger.cc
r13092 r13193 460 460 void DataLogger::AddService(const string& server, const string& service, const string&, bool isCmd) 461 461 { 462 Info("Got request to add service: "+server+"/"+service);463 462 //dataLogger does not subscribe to commands 464 463 if (isCmd) 465 464 return; 465 466 Info("Got request to add service: "+server+"/"+service); 466 467 467 468 //check the given subscription against black and white lists
Note:
See TracChangeset
for help on using the changeset viewer.