Changeset 41361 in vbox for trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp
- Timestamp:
- May 21, 2012 11:15:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp
r41360 r41361 501 501 if (!g_ulAPIMonResponseTimeoutMS) /* Not set by command line? */ 502 502 { 503 CHECK_ERROR_BREAK(g_pVirtualBox, GetExtraData(Bstr("Watchdog/APIMonitor/ TriggerTimeout").raw(),503 CHECK_ERROR_BREAK(g_pVirtualBox, GetExtraData(Bstr("Watchdog/APIMonitor/ResponseTimeout").raw(), 504 504 strValue.asOutParam())); 505 505 if (!strValue.isEmpty()) … … 508 508 if (!g_ulAPIMonResponseTimeoutMS) /* Still not set? Use a default. */ 509 509 { 510 serviceLogVerbose(("apimon: API monitor triggertimeout not given, defaulting to 30s\n"));510 serviceLogVerbose(("apimon: API monitor response timeout not given, defaulting to 30s\n")); 511 511 512 512 /* Default is 30 seconds timeout. */
Note:
See TracChangeset
for help on using the changeset viewer.