Searched defs:VBoxServiceVerbose (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService.cpp376 void VBoxServiceVerbose(int iLevel, const char *pszFormat, ...) function
417 VBoxServiceVerbose(4, "Setting VBoxService status to %u\n", enmStatus);
559 VBoxServiceVerbose(2, "ControlHandler: Received break/close event\n");
590 VBoxServiceVerbose(2, "Initializing services ...\n");
605 VBoxServiceVerbose(0, "Service '%s' was disabled because of missing functionality\n",
614 VBoxServiceVerbose(2, "Starting services ...\n");
621 VBoxServiceVerbose(2, "Starting service '%s' ...\n", g_aServices[j].pDesc->pszName);
651 VBoxServiceVerbose(1, "All services started.\n");
683 VBoxServiceVerbose(3, "Calling stop function for service '%s' ...\n", g_aServices[j].pDesc->pszName);
687 VBoxServiceVerbose(
[all...]

Completed in 35 milliseconds