camerauis/cameraxui/cxengine/src/cxesysutil.cpp
changeset 43 0e652f8f1fbd
parent 28 3075d9b614e6
child 45 24fd82631616
--- a/camerauis/cameraxui/cxengine/src/cxesysutil.cpp	Thu May 13 21:30:19 2010 +0300
+++ b/camerauis/cameraxui/cxengine/src/cxesysutil.cpp	Thu Jul 15 01:55:05 2010 +0300
@@ -154,12 +154,6 @@
         CX_DEBUG(("status getting volume info: %d", status));
         qt_symbian_throwIfError(status);
 
-        CX_DEBUG(("TVolumeInfo.iDrive.iType:     %d", volumeInfo.iDrive.iType));
-        CX_DEBUG(("  EMediaNotPresent:           %d", EMediaNotPresent));
-        CX_DEBUG(("  EMediaUnknown:              %d", EMediaUnknown));
-        CX_DEBUG(("TVolumeInfo.iDrive.iMediaAtt: %d", volumeInfo.iDrive.iMediaAtt));
-        CX_DEBUG(("  KMediaAttLocked:            %d", KMediaAttLocked));
-
         // Get critical treshold for free space on the drive.
         // We must leave the free space above this.
         QVariant criticalThreshold;
@@ -174,6 +168,7 @@
         freeSpace = 0;
     }
 
+    CX_DEBUG(("CxeSysUtil - free space: %d", freeSpace));
     CX_DEBUG_EXIT_FUNCTION();
     return freeSpace;
 }