harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp
changeset 48 1389872e7c51
parent 0 c53acadfccc6
child 50 85f623e1ef41
--- a/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp	Fri Aug 06 09:56:02 2010 +0300
+++ b/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp	Mon Aug 23 13:33:21 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;