diff -r 77f7846f839d -r 444fb3c6f233 telephonyserverplugins/simtsy/src/CSimPhone.cpp --- 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); }