diff -r 3553901f7fa8 -r 962e6306d9d2 telephonyserverplugins/simtsy/src/CSimPhone.cpp --- 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); }