Index: /trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp	(revision 71517)
+++ /trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp	(revision 71518)
@@ -2522,7 +2522,6 @@
     }
 
-#ifdef DEBUG_andy
-    AssertMsgFailed(("Exit code %d for tool '%s' not handled\n", iExitCode, pszTool));
-#endif
+    LogFunc(("Warning: Exit code %d not handled for tool '%s', returning VERR_GENERAL_FAILURE\n", iExitCode, pszTool));
+
     if (iExitCode == RTEXITCODE_SYNTAX)
         return VERR_INTERNAL_ERROR_5;
