Skip to content
Snippets Groups Projects
Commit b739badb authored by Rom Walton's avatar Rom Walton Committed by Rom Walton
Browse files

VBOX: Write a stderr message when BOINC is notified about a web application for a particular task.

parent fb98a4c6
No related branches found
No related tags found
No related merge requests found
......@@ -455,6 +455,11 @@ void set_web_graphics_url(VBOX_VM& vm) {
if (pf.guest_port == vm.pf_guest_port) {
sprintf(buf, "http://localhost:%d", pf.host_port);
boinc_web_graphics_url(buf);
fprintf(stderr, "%s Detected: Web Application Enabled (%s)\n",
vboxwrapper_msg_prefix(buf, sizeof(buf)), buf
);
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment