diff options
| author | Martin Schwenke <martin@meltin.net> | 2014-10-08 14:19:22 +1100 |
|---|---|---|
| committer | Amitay Isaacs <amitay@samba.org> | 2014-10-28 05:42:04 +0100 |
| commit | 0eabbb8c2b91b61a23f20e04605fdbd653c5cbcb (patch) | |
| tree | a80550d26bf64e2089629a1a1d9db6bf45dec963 /ctdb/include | |
| parent | 85cc4efbff601dc25a351ec838de168eb3c7d29a (diff) | |
| download | samba-0eabbb8c2b91b61a23f20e04605fdbd653c5cbcb.tar.gz samba-0eabbb8c2b91b61a23f20e04605fdbd653c5cbcb.tar.xz samba-0eabbb8c2b91b61a23f20e04605fdbd653c5cbcb.zip | |
ctdb-logging: Remove DEBUG_EMERG
It isn't used and shouldn't be. CTDB can't make the system unusable.
Update associated test to ensure that EMERG isn't attempted. Actually
test all remaining debug levels and modernise the test a bit.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/include')
| -rw-r--r-- | ctdb/include/ctdb_logging.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_logging.h b/ctdb/include/ctdb_logging.h index c0c0266005..1fd6123991 100644 --- a/ctdb/include/ctdb_logging.h +++ b/ctdb/include/ctdb_logging.h @@ -23,7 +23,6 @@ extern const char *debug_extra; enum debug_level { - DEBUG_EMERG = -3, DEBUG_ALERT = -2, DEBUG_CRIT = -1, DEBUG_ERR = 0, |
