From c09e16ff5bd65a82aa231a286308f3415fe9159e Mon Sep 17 00:00:00 2001 From: Nathan Salapat Date: Sun, 28 May 2017 02:23:06 -0500 Subject: Added missing levels to logging menu (#5836) * Added missing levels to logging menu Added none and error options to the debug_log_level in the advance settings. --- minetest.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 5e1609de6..1d37ab493 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -1792,7 +1792,7 @@ max_out_chat_queue_size = 20 # - action # - info # - verbose -# type: enum values: , warning, action, info, verbose +# type: enum values: , none, error, warning, action, info, verbose # debug_log_level = action # IPv6 support. -- cgit v1.2.3