mirror of https://github.com/BOINC/boinc.git
VBOX: Include filename(version by proxy) in startup output.
This commit is contained in:
parent
2751075168
commit
19d4b880de
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue