telephonyserverplugins/simtsy/src/CSimPhone.cpp
changeset 19 1f776524b15c
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 Mar 19 09:55:57 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);
 		}