aboutsummaryrefslogtreecommitdiff
path: root/common/log_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/log_console.c')
-rw-r--r--common/log_console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/log_console.c b/common/log_console.c
index bb3f8464b9..8776fd4703 100644
--- a/common/log_console.c
+++ b/common/log_console.c
@@ -44,4 +44,5 @@ static int log_console_emit(struct log_device *ldev, struct log_rec *rec)
LOG_DRIVER(console) = {
.name = "console",
.emit = log_console_emit,
+ .flags = LOGDF_ENABLE,
};