harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp
branchRCL_3
changeset 21 85f623e1ef41
parent 20 f23c07ec56e2
child 22 29d87345eaeb
--- a/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp	Tue Aug 31 15:37:30 2010 +0300
+++ b/harvester/monitorplugins/mmcplugin/src/mmcusbao.cpp	Wed Sep 01 12:24:24 2010 +0100
@@ -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;