Index: /trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp	(revision 41360)
+++ /trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp	(revision 41361)
@@ -501,5 +501,5 @@
         if (!g_ulAPIMonResponseTimeoutMS) /* Not set by command line? */
         {
-            CHECK_ERROR_BREAK(g_pVirtualBox, GetExtraData(Bstr("Watchdog/APIMonitor/TriggerTimeout").raw(),
+            CHECK_ERROR_BREAK(g_pVirtualBox, GetExtraData(Bstr("Watchdog/APIMonitor/ResponseTimeout").raw(),
                                                           strValue.asOutParam()));
             if (!strValue.isEmpty())
@@ -508,5 +508,5 @@
         if (!g_ulAPIMonResponseTimeoutMS) /* Still not set? Use a default. */
         {
-            serviceLogVerbose(("apimon: API monitor trigger timeout not given, defaulting to 30s\n"));
+            serviceLogVerbose(("apimon: API monitor response timeout not given, defaulting to 30s\n"));
 
             /* Default is 30 seconds timeout. */
