From a11bb60fd512c950f59f44218c1026400b9d01a6 Mon Sep 17 00:00:00 2001 From: Nathan Van Overloop Date: Fri, 6 Jun 2014 14:45:27 +0200 Subject: [PATCH] re-add comment full debug of log.c --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.c b/log.c index a89eb660..a0709b1f 100644 --- a/log.c +++ b/log.c @@ -37,7 +37,7 @@ #define DEFAULT_SYSLOG_FACILITY LOG_LOCAL0 #endif -#define REPMGR_DEBUG +/* #define REPMGR_DEBUG */ void stderr_log_with_level(const char *level_name, int level, const char *fmt, ...)