mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-13 01:30:26 +01:00
This function is not being used anywhere and is triggering an alert in Coverity scans. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1902 |
||
|---|---|---|
| .. | ||
| meson.build | ||
| nm-logging.c | ||
| nm-logging.h | ||
| README.md | ||
libnm-log-core
libnm-glib-aux has a forward-declaration of logging API. If a libnm-glib-aux user uses that API for logging, it must link the final binary with an implementation.
There are two implementations: libnm-log-core and [../libnm-log-null/(..libnm-log-null/). This one is the implementation used by the daemon and logs to syslog/journald.