webservices/wscore/src/sencoreservicemanager.cpp
branchRCL_3
changeset 16 56092bff76ba
parent 11 ab1e518f96da
child 24 d9641c85af2b
equal deleted inserted replaced
15:32ab7ae9ec94 16:56092bff76ba
   377         if( additions < 0 )
   377         if( additions < 0 )
   378             {
   378             {
   379             error = additions;
   379             error = additions;
   380             additions = 0;
   380             additions = 0;
   381             }
   381             }
   382         CSLOG_FORMAT((aConsumer.ConnectionId(), KNormalLogLevel , _L8(" - Just added %d service description(s)."), additions));
   382         CSLOG_FORMAT((aConsumer.ConnectionId(), KMinLogLevel , _L8(" - Just added %d service description(s)."), additions));
   383         if ( error )
   383         if ( error )
   384             {
   384             {
   385             retVal = error;
   385             retVal = error;
   386             CSLOG_L(aConsumer.ConnectionId(), KMinLogLevel ,"/ / / / / / / / / / / / / / /");
   386             CSLOG_L(aConsumer.ConnectionId(), KMinLogLevel ,"/ / / / / / / / / / / / / / /");
   387             CSLOG_FORMAT((aConsumer.ConnectionId(), KMinLogLevel , _L8(" - Error occurred: (%d)."), error));
   387             CSLOG_FORMAT((aConsumer.ConnectionId(), KMinLogLevel , _L8(" - Error occurred: (%d)."), error));