Quick Updates

svn path=/trunk/boinc/; revision=24186
This commit is contained in:
Rom Walton 2011-09-13 22:04:49 +00:00
parent 8f3249720f
commit 8ce3da18ce
1 changed files with 5 additions and 5 deletions

View File

@ -778,12 +778,12 @@ int VBOX_VM::stop() {
char buf[256];
int retval;
fprintf(
stderr,
"%s Stopping virtual machine.\n",
boinc_msg_prefix(buf, sizeof(buf))
);
if (is_running()) {
fprintf(
stderr,
"%s Stopping virtual machine.\n",
boinc_msg_prefix(buf, sizeof(buf))
);
command = "controlvm \"" + vm_name + "\" savestate";
retval = vbm_popen(command, output);
if (retval) {