From 8ce3da18ce126556f1e0fb5c49eab9f39131b9e8 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 13 Sep 2011 22:04:49 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=24186 --- samples/vboxwrapper/vbox.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/vboxwrapper/vbox.cpp b/samples/vboxwrapper/vbox.cpp index d78559b47c..4a8b81e24a 100644 --- a/samples/vboxwrapper/vbox.cpp +++ b/samples/vboxwrapper/vbox.cpp @@ -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) {