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

/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClient.cpp110 void VBoxClientVerbose(int iLevel, const char *pszFormat, ...) function
158 VBoxClientVerbose(1, "Starting services...\n");
161 VBoxClientVerbose(1, "Starting service: %s\n", g_aServices[iServiceId].pszName);
165 VBoxClientVerbose(1, "unable to start service: %s (%Rrc)\n", g_aServices[iServiceId].pszName, rc);
166 VBoxClientVerbose(1, "Rolling back..\n");
171 VBoxClientVerbose(1, "Stopping service: %s\n", g_aServices[iServiceId].pszName);
174 VBoxClientVerbose(1, "unable to stop service: %s (%Rrc)\n", g_aServices[iServiceId].pszName, rcStop);
182 VBoxClientVerbose(1, "Services start completed.\n");
196 VBoxClientVerbose(1, "Stopping services...\n");
199 VBoxClientVerbose(
[all...]

Completed in 43 milliseconds