engine/src/HttpClient.cpp
branchsymbian1
changeset 164 000f9fc147b2
parent 69 4a65cc85c4f3
child 177 269e3f3e544a
child 284 69385a7c9810
--- a/engine/src/HttpClient.cpp	Tue Jul 06 03:44:46 2010 +0530
+++ b/engine/src/HttpClient.cpp	Wed Jul 07 14:19:21 2010 +0100
@@ -192,12 +192,15 @@
 
 TBool CHttpClient::GetL(const TDesC& aUrl, const TDesC& aFileName,  TBool aSilent) {
 	DP("CHttpClient::Get START");
-	DP2("Getting '%S' to '%S'", &aUrl, &aFileName);
 	
 	if (iIsActive)
 		{
 		return EFalse;
 		}
+
+	DP1("Getting URL: %S", &aUrl);
+	DP1("Writing file: %S", &aFileName);
+
 	iCurrentURL.Copy(aUrl);	
 		
 	TInt urlError = iUriParser.Parse(iCurrentURL);