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 committed by Rom Walton
parent fb98a4c644
commit b739badb44
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}
}