telephonyserverplugins/simtsy/src/CSimPhone.cpp
branchRCL_3
changeset 9 962e6306d9d2
parent 0 3553901f7fa8
child 14 7ef16719d8cb
child 20 244d7c5f118e
--- a/telephonyserverplugins/simtsy/src/CSimPhone.cpp	Tue Feb 02 01:41:59 2010 +0200
+++ b/telephonyserverplugins/simtsy/src/CSimPhone.cpp	Fri Feb 19 23:59:33 2010 +0200
@@ -222,6 +222,7 @@
 	iSectionName.Format(KSectionNameFormat,testNumber);
 	if(iConfigFile->Section(iSectionName)==NULL)
 		{
+        LOGPHONE2("Section for requested test number (%d) not found in the Config File",testNumber);
 		CleanupStack::Pop();
 		User::Leave(KErrNotFound);
 		}