ctdb-logging: Remove debug levels DEBUG_ALERT and DEBUG_CRIT
[kai/samba-autobuild/.git] / ctdb / tests / simple / 13_ctdb_setdebug.sh
index e4a03d5e74362e5b738844c28cbd98648033e49e..ef8b3eef41e1d86204508182a40ae83e9ad57aa3 100755 (executable)
@@ -53,7 +53,7 @@ set_and_check_debug ()
 get_debug $test_node
 initial_debug="$check_debug"
 
-levels="ALERT CRIT ERR WARNING NOTICE INFO DEBUG"
+levels="ERR WARNING NOTICE INFO DEBUG"
 
 for new_debug in $levels ; do
     [ "$initial_debug" != "$new_debug" ] || continue