From 6e1f5abc382f9a2333102700583cb3cabca82fc6 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 23 Jan 2008 01:04:16 +0000 Subject: [PATCH] disable debug message --- src/plugins/sched/backfill/backfill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/sched/backfill/backfill.c b/src/plugins/sched/backfill/backfill.c index 58f3ac04235..56bf8b3d3e7 100644 --- a/src/plugins/sched/backfill/backfill.c +++ b/src/plugins/sched/backfill/backfill.c @@ -90,7 +90,7 @@ static pthread_mutex_t thread_flag_mutex = PTHREAD_MUTEX_INITIALIZER; /* Set __DEBUG to get detailed logging for this thread without * detailed logging for the entire slurmctld daemon */ -#define __DEBUG 1 +#define __DEBUG 0 #define MAX_BACKFILL_JOB_CNT 100 #define ONE_DAY (24 * 60 * 60) -- GitLab