mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-05 11:20:36 +02:00
In tests nm-logging will directly write using g_log. Also, non-core components use g_log() for logging. glib will not print messages with level G_LOG_LEVEL_INFO or G_LOG_LEVEL_DEBUG unless G_MESSAGES_DEBUG is set. When the user specifies NMTST_DEBUG turning on 'debug' or 'log-level=DEBUG' it can be reasonably assumed that he wants to see debug messages. nmtst_init() now sets G_MESSAGES_DEBUG=all. The user can disable this behaviour, by setting instead G_MESSAGES_DEBUG='', because nmtst_init() will not reset an existing G_MESSAGES_DEBUG. Signed-off-by: Thomas Haller <thaller@redhat.com> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| NetworkManager.h | ||
| NetworkManagerVPN.h | ||
| nm-dbus-glib-types.h | ||
| nm-glib-compat.h | ||
| nm-gvaluearray-compat.h | ||
| nm-settings-flags.h | ||
| nm-test-utils.h | ||
| nm-version.h.in | ||