harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp
changeset 52 40db28bb26b8
parent 0 c53acadfccc6
child 50 85f623e1ef41
--- a/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp	Wed Aug 18 10:12:07 2010 +0300
+++ b/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp	Thu Sep 02 20:52: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;