mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 04:30:36 +01:00
logging: remove dummy logging domain "NONE"
"NONE" was wrongly part of @domain_descs and thus advertised via `NetworkManager --help`. But since its @num was set to LOGD_NONE (zero), it was already rejected by nm_logging_setup().
This commit is contained in:
parent
4e26ef55c6
commit
8a4ad96ec1
1 changed files with 0 additions and 1 deletions
|
|
@ -86,7 +86,6 @@ static const LogLevelDesc level_desc[_LOGL_N] = {
|
|||
};
|
||||
|
||||
static const LogDesc domain_descs[] = {
|
||||
{ LOGD_NONE, "NONE" },
|
||||
{ LOGD_PLATFORM, "PLATFORM" },
|
||||
{ LOGD_RFKILL, "RFKILL" },
|
||||
{ LOGD_ETHER, "ETHER" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue