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:
Thomas Haller 2015-08-01 14:37:34 +02:00
parent 4e26ef55c6
commit 8a4ad96ec1

View file

@ -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" },