From 858661669d04021f11cfe589ff34a93cb79d6925 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 29 Apr 2010 20:45:44 +0000 Subject: [PATCH] - client: missed one svn path=/trunk/boinc/; revision=21337 --- checkin_notes | 6 ++++++ client/cs_scheduler.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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; }