aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-04-01 23:41:11 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-04-02 15:05:02 +0200
commitc3fdaca4c822932c49c31ae0384cda96500e934e (patch)
treebe2280ebefeb8a5bd88efcab94b1c3ef6eb2470d
parente6a04c0703571042624f3e07b02de368c17c1d96 (diff)
iface-modem-simple: minor renames in logging of connection details
-rw-r--r--src/mm-iface-modem-simple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-iface-modem-simple.c b/src/mm-iface-modem-simple.c
index d788f677..3715f74e 100644
--- a/src/mm-iface-modem-simple.c
+++ b/src/mm-iface-modem-simple.c
@@ -716,8 +716,8 @@ connect_auth_ready (MMBaseModem *self,
} else
mm_obj_dbg (self, " allowed authentication: %s", VALIDATE_UNSPECIFIED (NULL));
- mm_obj_dbg (self, " User: %s", VALIDATE_UNSPECIFIED (mm_simple_connect_properties_get_user (ctx->properties)));
- mm_obj_dbg (self, " Password: %s", VALIDATE_UNSPECIFIED (mm_simple_connect_properties_get_password (ctx->properties)));
+ mm_obj_dbg (self, " user: %s", VALIDATE_UNSPECIFIED (mm_simple_connect_properties_get_user (ctx->properties)));
+ mm_obj_dbg (self, " password: %s", VALIDATE_UNSPECIFIED (mm_simple_connect_properties_get_password (ctx->properties)));
#undef VALIDATE_UNSPECIFIED
}