Index: /trunk/src/VBox/Main/src-server/MediumImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/MediumImpl.cpp	(revision 78400)
+++ /trunk/src/VBox/Main/src-server/MediumImpl.cpp	(revision 78401)
@@ -6859,5 +6859,5 @@
 {
     RT_NOREF(aTarget);
-    return (m->fMoveThisMedium == true) ? true:false;
+    return (m->fMoveThisMedium == true) ? true:false; /** @todo r=bird: this is not an obfuscation contest! */
 }
 
@@ -9480,5 +9480,5 @@
 HRESULT Medium::i_taskMoveHandler(Medium::MoveTask &task)
 {
-
+    LogFlowFuncEnter();
     HRESULT rcOut = S_OK;
 
@@ -9498,4 +9498,5 @@
                               tr("Wrong preconditions for moving the medium %s"),
                               pTarget->m->strLocationFull.c_str());
+        LogFlowFunc(("LEAVE: rc=%Rhrc (early)\n", rc));
         return rc;
     }
@@ -9631,4 +9632,6 @@
     if (task.NotifyAboutChanges() && SUCCEEDED(mrc))
         m->pVirtualBox->i_onMediumConfigChanged(this);
+
+    LogFlowFunc(("LEAVE: mrc=%Rhrc\n", mrc));
     return mrc;
 }
