diff -r 85f623e1ef41 -r 29d87345eaeb harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp --- a/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp Wed Sep 01 12:24:24 2010 +0100 +++ b/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp Tue Sep 14 22:10:25 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;