branch | CompilerCompatibility |
changeset 13 | 444fb3c6f233 |
parent 9 | 962e6306d9d2 |
child 14 | 7ef16719d8cb |
child 20 | 244d7c5f118e |
--- a/telephonyserverplugins/simtsy/src/CSimPhone.cpp Mon Mar 08 21:44:33 2010 +0000 +++ b/telephonyserverplugins/simtsy/src/CSimPhone.cpp Sun Mar 14 13:14:01 2010 +0000 @@ -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); }