diff --git a/client/cs_scheduler.C b/client/cs_scheduler.C index 0fe95f6726..94d19decea 100644 --- a/client/cs_scheduler.C +++ b/client/cs_scheduler.C @@ -587,7 +587,7 @@ bool CLIENT_STATE::compute_work_requests() { if (!must_check_work_fetch) return 0; if (log_flags.work_fetch_debug) { - msg_printf(0, MSG_INFO, "compute_work_requests(): start"); + msg_printf(0, MSG_INFO, "[work_fetch_debug] compute_work_requests(): start"); } last_time = gstate.now; must_check_work_fetch = false;