Changeset 29515 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 17, 2010 9:53:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61655
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp
r29438 r29515 252 252 if (rc == VERR_TOO_MUCH_DATA) 253 253 { 254 VBoxServiceVerbose( 3, "Control: Message requires %ld parameters, but only 2 supplied -- retrying request...\n", uNumParms);254 VBoxServiceVerbose(4, "Control: Message requires %ld parameters, but only 2 supplied -- retrying request (no error!)...\n", uNumParms); 255 255 rc = VINF_SUCCESS; /* Try to get "real" message in next block below. */ 256 256 }
Note:
See TracChangeset
for help on using the changeset viewer.