diff -r 2872ae438bf7 -r e538444823de harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp --- a/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp Wed Sep 15 12:40:59 2010 +0300 +++ b/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp Wed Oct 13 15:02:02 2010 +0300 @@ -136,7 +136,7 @@ TFileName* fn = new (ELeave) TFileName( driveChar ); _LIT( KIndicator, ":" ); fn->Append( KIndicator ); - WRITELOG1( "CMMCUsbAO::RunL - drive letter: %S", &(*fn) ); + WRITELOG1( "CMMCUsbAO::RunL - drive letter: %S", fn ); PrintDriveStatus( driveStatus ); delete fn; fn = NULL;