mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Modify DAAP update request debug messages
This commit is contained in:
@@ -665,7 +665,7 @@ update_fail_cb(struct evhttp_request *req, void *arg)
|
|||||||
|
|
||||||
ur = (struct daap_update_request *)arg;
|
ur = (struct daap_update_request *)arg;
|
||||||
|
|
||||||
DPRINTF(E_DBG, L_DAAP, "Update request failed\n");
|
DPRINTF(E_DBG, L_DAAP, "Update request: client closed connection\n");
|
||||||
|
|
||||||
if (ur == update_requests)
|
if (ur == update_requests)
|
||||||
update_requests = ur->next;
|
update_requests = ur->next;
|
||||||
@@ -676,7 +676,7 @@ update_fail_cb(struct evhttp_request *req, void *arg)
|
|||||||
|
|
||||||
if (!p)
|
if (!p)
|
||||||
{
|
{
|
||||||
DPRINTF(E_LOG, L_DAAP, "WARNING: struct update_request not found in list; BUG!\n");
|
DPRINTF(E_LOG, L_DAAP, "WARNING: struct daap_update_request not found in list; BUG!\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user