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

This commit is contained in:
Rom Walton 2014-10-22 15:35:56 -04:00
parent 54ca10948d
commit f8dbde1dbf
1 changed files with 5 additions and 0 deletions

View File

@ -448,6 +448,11 @@ void set_web_graphics_url(VBOX_VM& vm) {
if (pf.web_application) {
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;
}
}