mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 20:40:18 +01:00
First of all, G_LOG_DOMAIN only matters when using g_log() directly. Inside core, we always want to log via nm-logging. Every call to a g_log() is a bug in the first place (like a failed assertion that logs a g_critical() during g_return_if_fail()). So, for all practic purposes, the logging domain is not used. For nm-logging, the G_LOG_DOMAIN has no effect. Unless we find a proper use of this domain, G_LOG_DOMAIN should not differ from what the rest of core. |
||
|---|---|---|
| .. | ||
| tests | ||
| Makefile.am | ||
| nm-ibft-connection.c | ||
| nm-ibft-connection.h | ||
| plugin.c | ||
| plugin.h | ||
| reader.c | ||
| reader.h | ||