diff options
| author | Nathan Salapat <rendertracer@gmail.com> | 2017-05-28 02:23:06 -0500 |
|---|---|---|
| committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-05-28 09:23:06 +0200 |
| commit | c09e16ff5bd65a82aa231a286308f3415fe9159e (patch) | |
| tree | 59a44afc7c5454e5f7aa375f79f6aa8362e639b9 /builtin | |
| parent | 210a339dce754a6cb03d4ef82f5bacc80b63262b (diff) | |
| download | dragonfireclient-c09e16ff5bd65a82aa231a286308f3415fe9159e.tar.xz | |
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.
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 0ec33c628..3758097bc 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1468,7 +1468,7 @@ language (Language) enum ,be,ca,cs,da,de,en,eo,es,et,fr,he,hu,id,it,ja,jbo,ko, # - action # - info # - verbose -debug_log_level (Debug log level) enum action ,warning,action,info,verbose +debug_log_level (Debug log level) enum action ,none,error,warning,action,info,verbose # IPv6 support. enable_ipv6 (IPv6) bool true |
