webservices/wsconnection/src/senserviceconnectionimpl.cpp
branchRCL_3
changeset 14 9e96e2676219
parent 11 ab1e518f96da
child 22 c5fabff9b552
--- a/webservices/wsconnection/src/senserviceconnectionimpl.cpp	Tue Apr 27 17:46:55 2010 +0300
+++ b/webservices/wsconnection/src/senserviceconnectionimpl.cpp	Tue May 11 17:14:12 2010 +0300
@@ -922,7 +922,7 @@
 
         TInt appendRetVal(KErrNone);
         appendRetVal = ChunkMapL().Append( pTxnId, apClientOp );
-        TLSLOG_FORMAT((KSenServiceConnectionLogChannelBase+iConnectionID, KNormalLogLevel , _L8("- ChunkMapL().Append(%d, %d) returned: %d"), *pTxnId, apClientOp->Chunk().Handle(), appendRetVal));
+        TLSLOG_FORMAT((KSenServiceConnectionLogChannelBase+iConnectionID, KMinLogLevel , _L8("- ChunkMapL().Append(%d, %d) returned: %d"), *pTxnId, apClientOp->Chunk().Handle(), appendRetVal));
         if( appendRetVal == KErrNone )
             {
             TMessage msg;