mirror of https://github.com/BOINC/boinc.git
VBOX: Write a stderr message when BOINC is notified about a web application for a particular task.
This commit is contained in:
parent
54ca10948d
commit
f8dbde1dbf
|
@ -448,6 +448,11 @@ void set_web_graphics_url(VBOX_VM& vm) {
|
||||||
if (pf.web_application) {
|
if (pf.web_application) {
|
||||||
sprintf(buf, "http://localhost:%d", pf.host_port);
|
sprintf(buf, "http://localhost:%d", pf.host_port);
|
||||||
boinc_web_graphics_url(buf);
|
boinc_web_graphics_url(buf);
|
||||||
|
|
||||||
|
fprintf(stderr, "%s Detected: Web Application Enabled (%s)\n",
|
||||||
|
vboxwrapper_msg_prefix(buf, sizeof(buf)), buf
|
||||||
|
);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue