diff -r c42dffbd5b4f -r 661f3784fe57 iaupdate/IAD/ui/src/iaupdaterefreshhandler.cpp --- a/iaupdate/IAD/ui/src/iaupdaterefreshhandler.cpp Thu Jan 07 12:52:45 2010 +0200 +++ b/iaupdate/IAD/ui/src/iaupdaterefreshhandler.cpp Mon Jan 18 20:28:24 2010 +0200 @@ -202,9 +202,9 @@ // // ----------------------------------------------------------------------------- // -TInt CIAUpdateRefreshHandler::RunError( TInt aError ) +TInt CIAUpdateRefreshHandler::RunError( TInt /*aError*/ ) { - IAUPDATE_TRACE_1("[IAUPDATE] CIAUpdateRefreshHandler::RunError() error id: %d", aError ); + IAUPDATE_TRACE("[IAUPDATE] CIAUpdateRefreshHandler::RunError()"); return KErrNone; }