mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +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);
|
||||
}
|
||||
|
||||
l_debug("removing modem %s\n", modem->path);
|
||||
l_debug("removing modem %s", modem->path);
|
||||
|
||||
if (modem->apps_serial)
|
||||
l_dbus_cancel(dbus, modem->apps_serial);
|
||||
|
Loading…
Reference in New Issue
Block a user