--- a/locationrequestmgmt/networkrequesthandler/src/privacyhandler.cpp Tue Aug 31 16:38:06 2010 +0300
+++ b/locationrequestmgmt/networkrequesthandler/src/privacyhandler.cpp Wed Sep 01 12:35:25 2010 +0100
@@ -971,7 +971,11 @@
privReq->SetRequestPrivacy(aNetPosRequestPrivacy);
}
privReq->SetStartTime();
- iRequestBuffer.Append(privReq);
+ TInt err = iRequestBuffer.Append(privReq);
+ if(err != KErrNone)
+ {
+ LBSLOG2(ELogP4, "CPrivacyControllerHandler::ProcessNetworkLocationRequest : iRequestBuffer.Append failed with - %d error",err);
+ }
iAlwaysVerify = EFalse;
if (iNrhServer == 0)