summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
Diffstat (limited to 'frontends')
-rw-r--r--frontends/monkey/browser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/monkey/browser.c b/frontends/monkey/browser.c
index 903c4538f..b7aea92c9 100644
--- a/frontends/monkey/browser.c
+++ b/frontends/monkey/browser.c
@@ -378,6 +378,9 @@ gui_window_console_log(struct gui_window *g,
}
switch (flags & BW_CS_FLAG_LEVEL_MASK) {
+ case BW_CS_FLAG_LEVEL_DEBUG:
+ level_text = "DEBUG";
+ break;
case BW_CS_FLAG_LEVEL_LOG:
level_text = "LOG";
break;