- client: missed one

svn path=/trunk/boinc/; revision=21337
This commit is contained in:
David Anderson 2010-04-29 20:45:44 +00:00
parent 73f5dea58a
commit 858661669d
2 changed files with 7 additions and 1 deletions

View File

@ -3283,3 +3283,9 @@ David 29 Apr 2010
Messages enabled by <foo_debug> are prefixed by "[foo]"
client/
(most).cpp
David 29 Apr 2010
- client: missed one
client/
cs_scheduler.cpp

View File

@ -1153,7 +1153,7 @@ PROJECT* CLIENT_STATE::find_project_with_overdue_results() {
//
void CLIENT_STATE::request_work_fetch(const char* where) {
if (log_flags.work_fetch_debug) {
msg_printf(0, MSG_INFO, "[wfd] Request work fetch: %s", where);
msg_printf(0, MSG_INFO, "[work_fetch] Request work fetch: %s", where);
}
must_check_work_fetch = true;
}