diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-15 14:12:12 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-15 14:12:12 +0200 |
commit | 6b36fe9f19289450dfbed00ade1d239d898a9feb (patch) | |
tree | f9e5c905de6ba61f53aa41fd4b24112679ce86dd | |
parent | f109b528d3edb21fa08be3da6e2ad7280a15707f (diff) |
huawei: NDISDUP based devices may use plain TTYs for control
So don't warn if no associated cdc-wdm port is found.
-rw-r--r-- | plugins/huawei/mm-broadband-modem-huawei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/huawei/mm-broadband-modem-huawei.c b/plugins/huawei/mm-broadband-modem-huawei.c index bf009f29..49d08a0f 100644 --- a/plugins/huawei/mm-broadband-modem-huawei.c +++ b/plugins/huawei/mm-broadband-modem-huawei.c @@ -2227,7 +2227,7 @@ mm_broadband_modem_huawei_peek_port_at_for_data (MMBroadbandModemHuawei *self, found = peek_port_at_for_data (self, port); if (!found) - mm_obj_warn (self, "couldn't find associated cdc-wdm port for %s", mm_port_get_device (port)); + mm_obj_dbg (self, "couldn't find associated cdc-wdm port for %s", mm_port_get_device (port)); return found; } |