mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -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;
|
||||
}
|
||||
|
||||
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);
|
||||
rs->device->auth_key = strdup(authorization_key);
|
||||
|
Loading…
Reference in New Issue
Block a user