mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-16 09:13:18 -05:00
[raop] Raise log level of verification setup complete message
This commit is contained in:
parent
aa20a268bb
commit
20128e2235
@ -4225,7 +4225,7 @@ raop_cb_verification_setup_step3(struct evrtsp_request *req, void *arg)
|
|||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINTF(E_INFO, L_RAOP, "Verification setup stage complete, saving authorization key\n");
|
DPRINTF(E_LOG, L_RAOP, "Verification setup stage complete, saving authorization key\n");
|
||||||
|
|
||||||
free(rs->device->auth_key);
|
free(rs->device->auth_key);
|
||||||
rs->device->auth_key = strdup(authorization_key);
|
rs->device->auth_key = strdup(authorization_key);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user