summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-01-20 13:22:07 +0100
committerThomas Haller <thaller@redhat.com>2023-01-20 13:22:32 +0100
commit93424dc2c26d432db4b4c7fa75298c7aa557789d (patch)
tree1ded56e13990bdebb26a5c98fbf8819f7c6cb1ba /src
parent700cd20d4dad91f38497b74df76b0e2d1177a4fd (diff)
glib-aux/trivial: fix code comment about nmtst_is_debug()
Fixes: c1b57a2c7294 ('glib-aux/tests: enable TRACE logging level when debugging nmtst tests')
Diffstat (limited to 'src')
-rw-r--r--src/libnm-glib-aux/nm-test-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-glib-aux/nm-test-utils.h b/src/libnm-glib-aux/nm-test-utils.h
index 50280d92b4..b35eeb4b09 100644
--- a/src/libnm-glib-aux/nm-test-utils.h
+++ b/src/libnm-glib-aux/nm-test-utils.h
@@ -39,7 +39,7 @@
* depending on the test. See nmtst_is_debug().
* Known differences:
* - a test might leave the logging level unspecified. In this case, running in
- * debug mode, will turn on DEBUG logging, otherwise WARN logging only.
+ * debug mode, will turn on TRACE logging, otherwise WARN logging only.
* - if G_MESSAGES_DEBUG is unset, nm-test will set G_MESSAGES_DEBUG=all
* for tests that don't do assert-logging.
* Debug mode is determined as follows (highest priority first):