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(
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue