--- a/locationrequestmgmt/networkrequesthandler/src/privacyhandler.cpp Wed Aug 18 11:11:46 2010 +0300
+++ b/locationrequestmgmt/networkrequesthandler/src/privacyhandler.cpp Fri Sep 17 08:37:32 2010 +0300
@@ -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)