summaryrefslogtreecommitdiff
path: root/src/core/devices/wwan/nm-modem-ofono.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/wwan/nm-modem-ofono.c')
-rw-r--r--src/core/devices/wwan/nm-modem-ofono.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/devices/wwan/nm-modem-ofono.c b/src/core/devices/wwan/nm-modem-ofono.c
index 33a19e9366..edc5cbc0f9 100644
--- a/src/core/devices/wwan/nm-modem-ofono.c
+++ b/src/core/devices/wwan/nm-modem-ofono.c
@@ -1320,8 +1320,8 @@ handle_settings(NMModemOfono *self, GVariant *v_dict)
}
}
- if (g_variant_lookup(v_dict, "MessageProxy", "&s", &s)) {
- _LOGI("MessageProxy: %s", s);
+ if (g_variant_lookup(v_dict, "Proxy", "&s", &s)) {
+ _LOGI("(MMS) Proxy: %s", s);
if (s && nm_inet_parse_bin(AF_INET, s, NULL, &address_network)) {
const NMPlatformIP4Route mms_route = {
.network = address_network,
@@ -1335,7 +1335,7 @@ handle_settings(NMModemOfono *self, GVariant *v_dict)
nm_l3_config_data_add_route_4(priv->l3cd_4, &mms_route);
} else
- _LOGW("invalid MessageProxy: %s", s);
+ _LOGW("invalid (MMS) Proxy: %s", s);
}
ret = TRUE;