changeset 54 | a3cc46f37772 |
parent 0 | c53acadfccc6 |
child 50 | 85f623e1ef41 |
--- a/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp Tue Jul 06 14:44:37 2010 +0300 +++ b/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp Fri Sep 17 16:54:49 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;