mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-14 14:30:36 +01:00
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 commit93424dc2c2)
This commit is contained in:
parent
be848b3384
commit
9297f319f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue