summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagi Marupaka <nmarupaka@google.com>2023-05-11 18:26:26 +0000
committerAleksander Morgado <aleksander@aleksander.es>2023-05-12 11:33:50 +0000
commitaf44e8c1d8abe7f3f913dec7fa385d1dcbbb676b (patch)
tree0b6efbf66c2cd586dcfc414ae201238c1964f564
parent110495dc4494c481ad7b8fe4258bbfa74d025a4e (diff)
downloadModemManager-af44e8c1d8abe7f3f913dec7fa385d1dcbbb676b.tar.gz
mm-broadband-modem-mbim: fix log prints in certain notifications
-rw-r--r--src/mm-broadband-modem-mbim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c
index 293ecca63..28cca816e 100644
--- a/src/mm-broadband-modem-mbim.c
+++ b/src/mm-broadband-modem-mbim.c
@@ -4987,10 +4987,10 @@ basic_connect_notification_subscriber_ready_status (MMBroadbandModemMbim *self,
NULL, /* telephone_numbers_count */
&telephone_numbers,
&error)) {
- mm_obj_warn (self, "Failed processing MBIMEx v3.0 subscriber ready status response: %s", error->message);
+ mm_obj_warn (self, "Failed processing MBIMEx v3.0 subscriber ready status notification: %s", error->message);
return;
}
- mm_obj_dbg (self, "processed MBIMEx v3.0 subscriber ready status response");
+ mm_obj_dbg (self, "processed MBIMEx v3.0 subscriber ready status notification");
} else {
if (!mbim_message_subscriber_ready_status_notification_parse (
notification,