VBOX: Include filename(version by proxy) in startup output.

This commit is contained in:
Rom Walton 2013-12-04 17:25:05 -05:00
parent 2751075168
commit 19d4b880de
1 changed files with 3 additions and 2 deletions

View File

@ -428,8 +428,9 @@ int main(int argc, char** argv) {
// //
fprintf( fprintf(
stderr, stderr,
"%s vboxwrapper: starting\n", "%s vboxwrapper(%s): starting\n",
vboxwrapper_msg_prefix(buf, sizeof(buf)) vboxwrapper_msg_prefix(buf, sizeof(buf)),
argv[0]
); );
// Log important information // Log important information