mirror of https://github.com/BOINC/boinc.git
- client: missed one
svn path=/trunk/boinc/; revision=21337
This commit is contained in:
parent
73f5dea58a
commit
858661669d
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue