mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 23:50:26 +01:00
Quite possibly these logging lines hit before we setup nm-logging initially and before NM main() calls nm_logging_syslog_openlog(). This is because NM first needs to read the configuration, before setting up logging. Note however, that nm-logging is robust against both. If nm_logging_setup() was not yet called, it will automatically setup "DEFAULT","INFO". If nm_logging_syslog_openlog() was not yet called, it will redirect logging to g_log() -- which basically ends up at g_warning() again. Still this is useful in case when hitting those lines *afterwards*. Especially, later when we support reloading of configuration. Signed-off-by: Thomas Haller <thaller@redhat.com> |
||
|---|---|---|
| .. | ||
| tests | ||
| nm-config-device.c | ||
| nm-config-device.h | ||
| nm-config.c | ||
| nm-config.h | ||