camerauis/cameraxui/cxengine/src/cxesysutil.cpp
changeset 29 699651f2666f
parent 21 fa6d9f75d6a6
child 45 24fd82631616
--- a/camerauis/cameraxui/cxengine/src/cxesysutil.cpp	Fri May 14 15:40:46 2010 +0300
+++ b/camerauis/cameraxui/cxengine/src/cxesysutil.cpp	Thu May 27 12:43:29 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;
 }