(file) Return to NormalizedSubscriptionTable.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / IndicationService

Diff for /pegasus/src/Pegasus/IndicationService/NormalizedSubscriptionTable.cpp between version 1.1 and 1.2

version 1.1, 2007/11/07 06:57:44 version 1.2, 2008/08/28 17:24:42
Line 47 
Line 47 
     {     {
         if (!add(subscriptions[i].getPath()))         if (!add(subscriptions[i].getPath()))
         {         {
             PEG_TRACE_STRING (TRC_INDICATION_SERVICE_INTERNAL, Tracer::LEVEL2,              PEG_TRACE((TRC_INDICATION_SERVICE_INTERNAL, Tracer::LEVEL2,
                 "Subscription already exists : " +                  "Subscription already exists : %s",
                 subscriptions[i].getPath().toString());                  (const char*)
                        subscriptions[i].getPath().toString().getCString()));
         }         }
     }     }
 } }


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2