print format string didn't agree with arguments

svn path=/trunk/boinc/; revision=5039
This commit is contained in:
Bruce Allen 2005-01-09 08:04:38 +00:00
parent b0fd04807b
commit ded013cc4b
1 changed files with 2 additions and 2 deletions

View File

@ -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 {