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(
stderr,
"%s vboxwrapper: starting\n",
vboxwrapper_msg_prefix(buf, sizeof(buf))
"%s vboxwrapper(%s): starting\n",
vboxwrapper_msg_prefix(buf, sizeof(buf)),
argv[0]
);
// Log important information