mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 23:00:11 +01:00
modem-manager: don't log so often about trying to start modem-manager
Reduce the log level to a debug log. If you're not running MM for whatever reason, don't spam the logs.
This commit is contained in:
parent
8e4f6a5a55
commit
56550a984f
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ poke_modem_cb (gpointer user_data)
|
|||
MM_OLD_DBUS_PATH,
|
||||
MM_OLD_DBUS_INTERFACE);
|
||||
|
||||
nm_log_info (LOGD_MB, "Requesting to (re)launch modem-manager...");
|
||||
nm_log_dbg (LOGD_MB, "Requesting to (re)launch modem-manager...");
|
||||
|
||||
call = dbus_g_proxy_begin_call_with_timeout (proxy,
|
||||
"EnumerateDevices",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue