diff --git a/checkin_notes b/checkin_notes index fab6abb5c8..73ae007d64 100644 --- a/checkin_notes +++ b/checkin_notes @@ -3283,3 +3283,9 @@ David 29 Apr 2010 Messages enabled by are prefixed by "[foo]" client/ (most).cpp + +David 29 Apr 2010 + - client: missed one + + client/ + cs_scheduler.cpp diff --git a/client/cs_scheduler.cpp b/client/cs_scheduler.cpp index 93d6da8486..28e3d557c2 100644 --- a/client/cs_scheduler.cpp +++ b/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; }