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

Fixes: c1b57a2c72 ('glib-aux/tests: enable TRACE logging level when debugging nmtst tests')
(cherry picked from commit 93424dc2c2)
This commit is contained in:
Thomas Haller 2023-01-20 13:22:07 +01:00 committed by Lubomir Rintel
parent be848b3384
commit 9297f319f0

View file

@ -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):