diff --git a/sched/handle_request.cpp b/sched/handle_request.cpp index 7dc464381f..69c1dac6fb 100644 --- a/sched/handle_request.cpp +++ b/sched/handle_request.cpp @@ -1187,6 +1187,17 @@ void process_request(char* code_sign_key) { log_request(); +#if 0 + // if you need to debug a problem w/ a particular host or user, + // edit the following + // + if (g_reply->user.id == XX || g_reply.host.id == YY) { + config.sched_debug_level = 3; + config.debug_send = true; + ... + } +#endif + // is host blacklisted? // if (g_reply->host._max_results_day == -1) {