glib-aux/trivial: fix code comment about nmtst_is_debug()

Fixes: c1b57a2c72 ('glib-aux/tests: enable TRACE logging level when debugging nmtst tests')
This commit is contained in:
Thomas Haller
2023-01-20 13:22:07 +01:00
parent 700cd20d4d
commit 93424dc2c2

View File

@@ -39,7 +39,7 @@
* depending on the test. See nmtst_is_debug(). * depending on the test. See nmtst_is_debug().
* Known differences: * Known differences:
* - a test might leave the logging level unspecified. In this case, running in * - 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 * - if G_MESSAGES_DEBUG is unset, nm-test will set G_MESSAGES_DEBUG=all
* for tests that don't do assert-logging. * for tests that don't do assert-logging.
* Debug mode is determined as follows (highest priority first): * Debug mode is determined as follows (highest priority first):