• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/

Lines Matching refs:DPRINTF

108       DPRINTF(E_LOG, L_REMOTE, "Paircode length != 16, cannot compute pairing hash\n");
114 DPRINTF(E_LOG, L_REMOTE, "Pin length != 4, cannot compute pairing hash\n");
122 DPRINTF(E_LOG, L_REMOTE, "Could not open MD5: %s\n", ebuf);
140 DPRINTF(E_LOG, L_REMOTE, "Could not read MD5 hash\n");
167 DPRINTF(E_WARN, L_REMOTE, "Out of memory for struct remote_info\n");
193 DPRINTF(E_LOG, L_REMOTE, "WARNING: struct remote_info not found in list; BUG!\n");
245 DPRINTF(E_WARN, L_REMOTE, "Remote %s not found in list\n", id);
290 DPRINTF(E_DBG, L_REMOTE, "Remote id %s not known, adding\n", id);
300 DPRINTF(E_DBG, L_REMOTE, "Remote id %s found\n", id);
342 DPRINTF(E_LOG, L_REMOTE, "Unknown address family %d\n", family);
350 DPRINTF(E_LOG, L_REMOTE, "Out of memory for remote pairing data\n");
386 DPRINTF(E_LOG, L_REMOTE, "Remote '%s' not known from mDNS, ignoring\n", devname);
391 DPRINTF(E_DBG, L_REMOTE, "Remote '%s' found\n", devname);
409 DPRINTF(E_LOG, L_REMOTE, "Could not send pairing event: %s\n", strerror(errno));
420 DPRINTF(E_LOG, L_REMOTE, "Could not write to pairing fd: %s\n", strerror(errno));
450 DPRINTF(E_LOG, L_REMOTE, "Pairing failed with Remote %s/%s, HTTP response code %d\n", ri->pi.remote_id, ri->pi.name, req->response_code);
457 DPRINTF(E_LOG, L_REMOTE, "Remote %s/%s: pairing response too short\n", ri->pi.remote_id, ri->pi.name);
466 DPRINTF(E_LOG, L_REMOTE, "Remote %s/%s: unknown pairing response, expected cmpa\n", ri->pi.remote_id, ri->pi.name);
474 DPRINTF(E_LOG, L_REMOTE, "Remote %s/%s: pairing response truncated (got %d expected %d)\n",
497 DPRINTF(E_LOG, L_REMOTE, "Remote %s/%s: cmpg truncated in pairing response\n", ri->pi.remote_id, ri->pi.name);
507 DPRINTF(E_INFO, L_REMOTE, "Pairing succeeded with Remote '%s' (id %s), GUID: %s\n", ri->pi.name, ri->pi.remote_id, guid);
512 DPRINTF(E_LOG, L_REMOTE, "Failed to register pairing!\n");
558 DPRINTF(E_LOG, L_REMOTE, "Could not create connection for pairing with %s\n", ri->pi.name);
568 DPRINTF(E_WARN, L_REMOTE, "Could not create HTTP request for pairing\n");
576 DPRINTF(E_WARN, L_REMOTE, "Could not make pairing request\n");
602 DPRINTF(E_LOG, L_REMOTE, "Could not compute pairing hash!\n");
607 DPRINTF(E_DBG, L_REMOTE, "Pairing hash for %s/%s: %s\n", ri->pi.remote_id, ri->pi.name, pairing_hash);
619 DPRINTF(E_WARN, L_REMOTE, "Request URI for pairing exceeds buffer size\n");
631 DPRINTF(E_WARN, L_REMOTE, "Could not send pairing request on IPv6\n");
637 DPRINTF(E_WARN, L_REMOTE, "Could not send pairing request on IPv4\n");
664 DPRINTF(E_LOG, L_REMOTE, "Could not read event counter: %s\n", strerror(errno));
728 DPRINTF(E_LOG, L_REMOTE, "Remote %s: no DvNm in TXT record!\n", name);
735 DPRINTF(E_LOG, L_REMOTE, "Remote %s: DvNm has no value\n", name);
743 DPRINTF(E_LOG, L_REMOTE, "Out of memory for device name\n");
752 DPRINTF(E_LOG, L_REMOTE, "Remote %s: no Pair in TXT record!\n", name);
760 DPRINTF(E_LOG, L_REMOTE, "Remote %s: Pair has no value\n", name);
769 DPRINTF(E_LOG, L_REMOTE, "Out of memory for paircode\n");
775 DPRINTF(E_DBG, L_REMOTE, "Discovered remote %s (id %s) at [%s]:%d, paircode %s\n", devname, name, address, port, paircode);
784 DPRINTF(E_WARN, L_REMOTE, "Could not add Remote mDNS data, id %s\n", name);
810 DPRINTF(E_LOG, L_REMOTE, "Could not open Remote pairing file %s: %s\n", path, strerror(errno));
817 DPRINTF(E_LOG, L_REMOTE, "Empty Remote pairing file %s\n", path);
826 DPRINTF(E_LOG, L_REMOTE, "Invalid Remote pairing file %s: device name too long or missing pin\n", path);
845 DPRINTF(E_LOG, L_REMOTE, "Invalid Remote pairing file %s: empty line where device name expected\n", path);
854 DPRINTF(E_LOG, L_REMOTE, "Out of memory for device name while reading %s\n", path);
864 DPRINTF(E_LOG, L_REMOTE, "Invalid Remote pairing file %s: no pin\n", path);
885 DPRINTF(E_LOG, L_REMOTE, "Invalid pin in Remote pairing file %s: pin length should be 4, got %d\n", path, len);
894 DPRINTF(E_LOG, L_REMOTE, "Out of memory for device pin while reading %s\n", path);
900 DPRINTF(E_DBG, L_REMOTE, "Adding Remote pin data: name '%s', pin '%s'\n", devname, pin);
927 DPRINTF(E_FATAL, L_REMOTE, "Could not create eventfd: %s\n", strerror(errno));
939 DPRINTF(E_FATAL, L_REMOTE, "Could not create pairing pipe: %s\n", strerror(errno));
948 DPRINTF(E_FATAL, L_REMOTE, "Could not set O_NONBLOCK: %s\n", strerror(errno));
958 DPRINTF(E_FATAL, L_REMOTE, "Could not browse for Remote services\n");