diff --git a/sched/handle_request.C b/sched/handle_request.C index d8cc7a06df..bd9ba75a02 100644 --- a/sched/handle_request.C +++ b/sched/handle_request.C @@ -303,7 +303,7 @@ lookup_user_and_make_new_host: log_messages.printf( SCHED_MSG_LOG::MSG_CRITICAL, "[HOST#%d] [USER#%d] User has another host with same CPID. Marking in-progress results as errors.\n", - sreq.host.id, sreq.host.userid + host.id, host.userid ); mark_results_aborted(host); goto got_host;