branch | RCL_3 |
changeset 56 | d48ab3b357f1 |
parent 55 | aecbbf00d063 |
--- a/uifw/AknGlobalUI/akncustcmds/src/akncapserverstart.cpp Tue Aug 31 15:28:30 2010 +0300 +++ b/uifw/AknGlobalUI/akncustcmds/src/akncapserverstart.cpp Wed Sep 01 12:16:19 2010 +0100 @@ -86,7 +86,10 @@ TRAP_IGNORE( SetColorPaletteL() ); TRAPD( err, RAknUiServer::StartAknCapserverL() ); + +#ifdef _DEBUG RDebug::Print( _L( "RAknUiServer::StartAknCapserverL leave code %d" ), err ); +#endif TRequestStatus* request = &aRequest; User::RequestComplete( request, err );