diff -r b67dd1fc57c5 -r 2ed61feeead6 mmmw_plat/system_tone_service_api/tsrc/src/systemtoneservicestifblocks.cpp --- a/mmmw_plat/system_tone_service_api/tsrc/src/systemtoneservicestifblocks.cpp Fri May 14 18:19:45 2010 -0500 +++ b/mmmw_plat/system_tone_service_api/tsrc/src/systemtoneservicestifblocks.cpp Fri May 28 19:26:28 2010 -0500 @@ -229,15 +229,13 @@ if (aAlarmContext == iCurrentContext) { - _LIT( Ksystemtoneservicestif, "STS" ); + _LIT( Ksystemtoneservicestif, "STS" ); _LIT( KPrint, "PlayAlarmComplete" ); TestModuleIf().Printf( 0, Ksystemtoneservicestif, KPrint ); - // Print to log file - iLog->Log( KPrint ); - - iPlayState = EStopped; - iCallbackController->Cancel(); - //HandleEvent(); + + iPlayState = EStopped; + iCallbackController->Cancel(); + //HandleEvent(); } }