mirror of https://github.com/BOINC/boinc.git
Missing end of line in log file
svn path=/trunk/boinc/; revision=4982
This commit is contained in:
parent
f35611d074
commit
0fd083f620
|
@ -185,7 +185,7 @@ static void send_new_file_work(
|
|||
if (retval) {
|
||||
log_messages.printf(
|
||||
SCHED_MSG_LOG::CRITICAL,
|
||||
"bad filename: %s", result.name
|
||||
"bad filename: %s\n", result.name
|
||||
);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue