diff options
Diffstat (limited to 'ctdb/server/ctdb_logging.c')
-rw-r--r-- | ctdb/server/ctdb_logging.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/server/ctdb_logging.c b/ctdb/server/ctdb_logging.c index e09aa94f98..b1e53cf628 100644 --- a/ctdb/server/ctdb_logging.c +++ b/ctdb/server/ctdb_logging.c @@ -218,9 +218,6 @@ static void ctdb_syslog_log(void *private_ptr, int dbglevel, const char *s) struct sockaddr_in syslog_sin; switch (dbglevel) { - case DEBUG_EMERG: - level = LOG_EMERG; - break; case DEBUG_ALERT: level = LOG_ALERT; break; |