plugins: ofono: remove newline from debug print

This commit is contained in:
James Prestwood 2020-06-16 09:04:21 -07:00 committed by Denis Kenzior
parent a01754f56a
commit 19cce531ca
1 changed files with 1 additions and 1 deletions

View File

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