Index: /trunk/src/VBox/Storage/testcase/vbox-img.cpp
===================================================================
--- /trunk/src/VBox/Storage/testcase/vbox-img.cpp	(revision 51305)
+++ /trunk/src/VBox/Storage/testcase/vbox-img.cpp	(revision 51306)
@@ -424,6 +424,4 @@
                             pszFilename, rc);
 
-    RTPrintf("Old image LCHS: %u/%u/%u\n", oldLCHSGeometry.cCylinders, oldLCHSGeometry.cHeads, oldLCHSGeometry.cSectors);
-
     VDGEOMETRY newLCHSGeometry = oldLCHSGeometry;
     if (fCylinders)
@@ -436,4 +434,5 @@
     if (fCylinders || fHeads || fSectors)
     {
+        RTPrintf("Old image LCHS: %u/%u/%u\n", oldLCHSGeometry.cCylinders, oldLCHSGeometry.cHeads, oldLCHSGeometry.cSectors);
         RTPrintf("New image LCHS: %u/%u/%u\n", newLCHSGeometry.cCylinders, newLCHSGeometry.cHeads, newLCHSGeometry.cSectors);
 
@@ -443,4 +442,7 @@
                                 pszFilename, rc);
     }
+    else
+        RTPrintf("Current image LCHS: %u/%u/%u\n", oldLCHSGeometry.cCylinders, oldLCHSGeometry.cHeads, oldLCHSGeometry.cSectors);
+
 
     VDDestroy(pVD);
