mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 03:00:29 +01:00
mobile: clarifiy modem state change log message
Otherwise it looks like it might be the NMDevice state change, which it isn't.
This commit is contained in:
parent
6ef543d3a6
commit
e8cbde2704
1 changed files with 1 additions and 1 deletions
|
|
@ -828,7 +828,7 @@ modem_state_changed (MMModem *modem,
|
|||
gboolean old;
|
||||
gboolean new;
|
||||
|
||||
nm_log_info (LOGD_MB, "(%s) state changed, '%s' --> '%s' (reason: %s)\n",
|
||||
nm_log_info (LOGD_MB, "(%s) modem state changed, '%s' --> '%s' (reason: %s)\n",
|
||||
nm_modem_get_uid (NM_MODEM (self)),
|
||||
mm_modem_state_get_string (old_state),
|
||||
mm_modem_state_get_string (new_state),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue