diff -r 3075d9b614e6 -r 0f0b4c1d7744 camerauis/cameraxui/cxengine/src/cxesysutil.cpp --- 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:44:30 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; }