mm-broadband-modem-mbim: fix log prints in certain notifications
This commit is contained in:

committed by
Aleksander Morgado

parent
110495dc44
commit
af44e8c1d8
@@ -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,
|
||||
|
Reference in New Issue
Block a user