Quick Updates

svn path=/trunk/boinc/; revision=24890
This commit is contained in:
Rom Walton 2011-12-25 06:11:36 +00:00
parent b6a188c250
commit 2ddd89cef3
1 changed files with 3 additions and 1 deletions

View File

@ -168,7 +168,9 @@ int VBOX_VM::vbm_popen(string& arguments, string& output, const char* item, bool
// Add all relivent notes to the output string and log errors
//
if (retval && log_error) {
output += "\nNotes:\n" + retry_notes;
if (!retry_notes.empty()) {
output += "\nNotes:\n" + retry_notes;
}
fprintf(
stderr,