mirror of https://github.com/BOINC/boinc.git
print format string didn't agree with arguments
svn path=/trunk/boinc/; revision=5039
This commit is contained in:
parent
b0fd04807b
commit
ded013cc4b
|
@ -164,12 +164,12 @@ void make_more_work_for_file(char* filename) {
|
|||
if (retval) {
|
||||
log_messages.printf(
|
||||
SCHED_MSG_LOG::DEBUG,
|
||||
"project didn't make NEW work for file %s in time\n", fullpath, filename
|
||||
"project didn't make NEW work for file %s in time\n", filename
|
||||
);
|
||||
} else {
|
||||
log_messages.printf(
|
||||
SCHED_MSG_LOG::DEBUG,
|
||||
"success making/finding NEW work for file %s\n", fullpath, filename
|
||||
"success making/finding NEW work for file %s\n", filename
|
||||
);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue