diff -r 5529f24b6aaf -r da1f3efa404b mmappcomponents/harvester/filehandler/src/mpxfoldermonitor.cpp --- a/mmappcomponents/harvester/filehandler/src/mpxfoldermonitor.cpp Mon Mar 08 21:44:04 2010 +0000 +++ b/mmappcomponents/harvester/filehandler/src/mpxfoldermonitor.cpp Sun Mar 14 13:11:48 2010 +0000 @@ -128,7 +128,7 @@ User::LeaveIfError( iFs.DriveToChar( aDrive, driveChar ) ); MPX_DEBUG2("CMPXFolderMonitor::Start: Drive %c: not supported!", - driveChar ); + (TUint)driveChar ); User::Leave( KErrNotSupported ); } break;