mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 15:20:42 +01:00
plugins: ofono: remove newline from debug print
This commit is contained in:
parent
a01754f56a
commit
19cce531ca
@ -427,7 +427,7 @@ static void modem_destroy(void *data)
|
|||||||
iwd_sim_auth_remove(modem->auth);
|
iwd_sim_auth_remove(modem->auth);
|
||||||
}
|
}
|
||||||
|
|
||||||
l_debug("removing modem %s\n", modem->path);
|
l_debug("removing modem %s", modem->path);
|
||||||
|
|
||||||
if (modem->apps_serial)
|
if (modem->apps_serial)
|
||||||
l_dbus_cancel(dbus, modem->apps_serial);
|
l_dbus_cancel(dbus, modem->apps_serial);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user