modem: reduce "starting the modem manager" to a debug message

This commit is contained in:
Dan Williams 2012-10-02 16:45:35 -05:00
parent 0fdf2e7438
commit 8bbd7f207e

View file

@ -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);
}