summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAna Cabral <acabral@redhat.com>2022-01-25 11:28:59 +0100
committerAna Cabral <acabral@redhat.com>2022-01-25 17:15:17 +0100
commitb88ce6a317ed607f6faa5c66481676b207bfdf41 (patch)
tree975732997c4f44a1944d15cb98e95cdfd017d045
parentc6223c5a41fcd3e6aacd6aeda45e7bc1f0f29d72 (diff)
downloadNetworkManager-b88ce6a317ed607f6faa5c66481676b207bfdf41.tar.gz
core/wwan: fix log domain
-rw-r--r--src/core/devices/wwan/nm-device-modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/wwan/nm-device-modem.c b/src/core/devices/wwan/nm-device-modem.c
index 656fb82613..80691bf976 100644
--- a/src/core/devices/wwan/nm-device-modem.c
+++ b/src/core/devices/wwan/nm-device-modem.c
@@ -173,7 +173,7 @@ modem_new_config(NMModem *modem,
g_return_if_fail(nm_device_devip_get_state(device, addr_family) == NM_DEVICE_IP_STATE_PENDING);
if (error) {
- _LOGW(LOGD_MB | LOGD_IP4, "retrieving IP configuration failed: %s", error->message);
+ _LOGW(LOGD_MB, "retrieving IP configuration failed: %s", error->message);
nm_device_devip_set_failed(device, addr_family, failure_reason_i);
return;
}