mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 04:30:16 +01:00
core/wwan: fix log domain
This commit is contained in:
parent
c6223c5a41
commit
b88ce6a317
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue