summaryrefslogtreecommitdiff
path: root/shared/nm-glib-aux/nm-logging-base.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/nm-glib-aux/nm-logging-base.h')
-rw-r--r--shared/nm-glib-aux/nm-logging-base.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/shared/nm-glib-aux/nm-logging-base.h b/shared/nm-glib-aux/nm-logging-base.h
index e838d08f95..63e7ddddd5 100644
--- a/shared/nm-glib-aux/nm-logging-base.h
+++ b/shared/nm-glib-aux/nm-logging-base.h
@@ -10,12 +10,12 @@ typedef struct {
const char *level_str;
/* nm-logging uses syslog internally. Note that the three most-verbose syslog levels
- * are LOG_DEBUG, LOG_INFO and LOG_NOTICE. Journal already highlights LOG_NOTICE
- * as special.
- *
- * On the other hand, we have three levels LOGL_TRACE, LOGL_DEBUG and LOGL_INFO,
- * which are regular messages not to be highlighted. For that reason, we must map
- * LOGL_TRACE and LOGL_DEBUG both to syslog level LOG_DEBUG. */
+ * are LOG_DEBUG, LOG_INFO and LOG_NOTICE. Journal already highlights LOG_NOTICE
+ * as special.
+ *
+ * On the other hand, we have three levels LOGL_TRACE, LOGL_DEBUG and LOGL_INFO,
+ * which are regular messages not to be highlighted. For that reason, we must map
+ * LOGL_TRACE and LOGL_DEBUG both to syslog level LOG_DEBUG. */
int syslog_level;
GLogLevelFlags g_log_level;