Changeset 14235 for trunk/FACT++


Ignore:
Timestamp:
06/26/12 13:00:08 (12 years ago)
Author:
lyard
Message:
removed error message when service reappears while still in the subscription list
File:
1 edited

Legend:

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

    r14233 r14235  
    475475    if (list.find(service) != list.end())
    476476    {
    477         Error("Service " + server + "/" + service + " is already in the dataLogger's list... ignoring update.");
     477  //      Error("Service " + server + "/" + service + " is already in the dataLogger's list... ignoring update.");
    478478        return;
    479479    }
Note: See TracChangeset for help on using the changeset viewer.