mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Fix typo in RAOP debug message
This commit is contained in:
@@ -2888,7 +2888,7 @@ raop_cb_startup_record(struct evrtsp_request *req, void *arg)
|
|||||||
|
|
||||||
if (req->response_code != RTSP_OK)
|
if (req->response_code != RTSP_OK)
|
||||||
{
|
{
|
||||||
DPRINTF(E_LOG, L_RAOP, "SETUP request failed in session startup: %d %s\n", req->response_code, req->response_code_line);
|
DPRINTF(E_LOG, L_RAOP, "RECORD request failed in session startup: %d %s\n", req->response_code, req->response_code_line);
|
||||||
|
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user