[raop] Raise log level of verification setup complete message

This commit is contained in:
ejurgensen 2017-06-20 21:36:21 +02:00
parent aa20a268bb
commit 20128e2235

View File

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