Msrp/MsrpServer/src/CMSRPMsgParser.cpp
branchMSRP_FrameWork
changeset 60 7634585a4347
parent 58 cdb720e67852
--- a/Msrp/MsrpServer/src/CMSRPMsgParser.cpp	Fri Nov 26 12:09:49 2010 +0200
+++ b/Msrp/MsrpServer/src/CMSRPMsgParser.cpp	Thu Dec 02 15:23:48 2010 +0200
@@ -100,7 +100,8 @@
     while (match == EFullMatch) 
     //while (ret == TRUE)/*parse all parseable data*/
         {    
-        MSRPLOG( "CMSRPMsgParser::ParseL enter" )    
+        MSRPLOG2( "CMSRPMsgParser::ParseL enter,count= %d", iParseBuffers.Count() )    
+        MSRPLOG2( "CMSRPMsgParser::ParseL enter,state = %d", iState )    
         if(!iParseBuffers.Count())
 		{
 			MSRPLOG( "CMSRPMsgParser::ParseL exit" ) 
@@ -114,6 +115,13 @@
             }   
         
         TInt matchPos( 0 );
+        #ifdef _DEBUG
+        TBuf<100> koe;
+        koe.Copy( iParseBuffers[0]->Ptr().Left( 100 ) );
+        MSRPLOG2( "ST=%S", &koe )    
+        koe.Copy( iParseBuffers[0]->Ptr().Right( 100 ) );
+        MSRPLOG2( "ST=%S", &koe )
+        #endif
         match = FindToken(iParseBuffers[0]->Ptr(),token,matchPos);    
         if(match == EFullMatch)
             {