mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 09:50:09 +01:00
logging: fix log domain parsing
This commit is contained in:
parent
0d0503f21a
commit
637a912545
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ nm_logging_setup (const char *level, const char *domains, GError **error)
|
|||
|
||||
for (diter = &domain_descs[0]; diter->name; diter++) {
|
||||
if (!strcasecmp (diter->name, *iter)) {
|
||||
new_domains &= diter->num;
|
||||
new_domains |= diter->num;
|
||||
found = TRUE;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue