mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-24 12:30:38 -04:00
[raop] Lower log level of verification success slightly
This commit is contained in:
parent
299a8f9e4b
commit
9369e97753
@ -4142,7 +4142,7 @@ raop_cb_verification_verify_step2(struct evrtsp_request *req, void *arg)
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
DPRINTF(E_LOG, L_RAOP, "Verification of '%s' completed succesfully\n", rs->devname);
|
DPRINTF(E_INFO, L_RAOP, "Verification of '%s' completed succesfully\n", rs->devname);
|
||||||
|
|
||||||
rs->state = RAOP_STATE_STARTUP;
|
rs->state = RAOP_STATE_STARTUP;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user