summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/util/debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c
index 9a6d30449b..b0a78823fc 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -91,7 +91,8 @@ static struct {
} state = {
.settings = {
.timestamp_logs = true
- }
+ },
+ .fd = 2 /* stderr by default */
};
/* -------------------------------------------------------------------------- **