mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
Merge branch 'master' into libav9
This commit is contained in:
commit
9c5c3a6625
@ -1191,7 +1191,7 @@ raop_check_cseq(struct raop_session *rs, struct evrtsp_request *req)
|
||||
/* AirFoil won't return cseq, so skip the check */
|
||||
if (reply_cseq < 0)
|
||||
{
|
||||
DPRINTF(E_LOG, L_RAOP, "No CSeq in reply, skipping check\n");
|
||||
DPRINTF(E_INFO, L_RAOP, "No CSeq in reply, skipping check\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -748,7 +748,7 @@ touch_remote_cb(const char *name, const char *type, const char *domain, const ch
|
||||
return;
|
||||
}
|
||||
|
||||
DPRINTF(E_DBG, L_REMOTE, "Discovered remote %s (id %s) at [%s]:%d, paircode %s\n", devname, name, address, port, paircode);
|
||||
DPRINTF(E_LOG, L_REMOTE, "Discovered remote '%s' (id %s) at %s:%d, paircode %s\n", devname, name, address, port, paircode);
|
||||
|
||||
/* Add the data to the list, adding the remote to the list if needed */
|
||||
pthread_mutex_lock(&remote_lck);
|
||||
|
Loading…
Reference in New Issue
Block a user