harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp
branchRCL_3
changeset 63 e538444823de
parent 53 29d87345eaeb
--- 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;