Skip to content
Snippets Groups Projects
Commit 6e1f5abc authored by Moe Jette's avatar Moe Jette
Browse files

disable debug message

parent 0900f300
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment