mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 21:00:32 +01:00
modem: reduce "starting the modem manager" to a debug message
This commit is contained in:
parent
0fdf2e7438
commit
8bbd7f207e
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ modem_manager_disappeared (NMModemManager *self)
|
|||
}
|
||||
|
||||
/* Try to activate the modem-manager */
|
||||
nm_log_info (LOGD_MB, "trying to start the modem manager...");
|
||||
nm_log_dbg (LOGD_MB, "trying to start the modem manager...");
|
||||
poke_modem_cb (self);
|
||||
priv->poke_id = g_timeout_add_seconds (MODEM_POKE_INTERVAL, poke_modem_cb, self);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue