summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nm-logging.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nm-logging.c b/src/nm-logging.c
index 4ef786f6e9..11e05c31f7 100644
--- a/src/nm-logging.c
+++ b/src/nm-logging.c
@@ -768,6 +768,9 @@ nm_log_handler (const gchar *log_domain,
break;
}
+ if (global.debug_stderr)
+ g_printerr ("%s%s\n", global.prefix, message ?: "");
+
switch (global.log_backend) {
#if SYSTEMD_JOURNAL
case LOG_BACKEND_JOURNAL: