From 9297f319f0735abfbbcf3293734ecbf884f66179 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 20 Jan 2023 13:22:07 +0100 Subject: [PATCH] glib-aux/trivial: fix code comment about nmtst_is_debug() Fixes: c1b57a2c7294 ('glib-aux/tests: enable TRACE logging level when debugging nmtst tests') (cherry picked from commit 93424dc2c26d432db4b4c7fa75298c7aa557789d) --- src/libnm-glib-aux/nm-test-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):