diff -r 356f28cd5ca0 -r ed599363c2d7 clock2/clockui/uilayer/src/clockappui.cpp --- a/clock2/clockui/uilayer/src/clockappui.cpp Wed Sep 15 12:11:35 2010 +0300 +++ b/clock2/clockui/uilayer/src/clockappui.cpp Wed Oct 13 14:30:35 2010 +0300 @@ -444,10 +444,10 @@ // rest of the details commented in the header // --------------------------------------------------------- // -void CClockAppUi::UpdateComplete( TInt /*aErrorCode*/, CIAUpdateResult* aResult ) +void CClockAppUi::UpdateComplete( TInt aErrorCode, CIAUpdateResult* aResult ) { __PRINTS( "CClockAppUi::UpdateComplete - Entry" ); - //Comment out the aErrorCode when Prints are enabled + __PRINT( "aErrorCode: %d", aErrorCode ); delete aResult; // Ownership was transferred, so this must be deleted by the client