• 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

251       DPRINTF(E_LOG, L_DACP, "Could not allocate evbuffer for playstatusupdate\n");
263 DPRINTF(E_LOG, L_DACP, "Could not fetch file id %d\n", status.id);
297 DPRINTF(E_LOG, L_DACP, "Could not add status data to playstatusupdate reply\n");
319 DPRINTF(E_LOG, L_DACP, "Could not read playstatusupdate event counter: %s\n", strerror(errno));
335 DPRINTF(E_LOG, L_DACP, "Could not allocate evbuffer for playstatusupdate reply\n");
343 DPRINTF(E_LOG, L_DACP, "Could not allocate evbuffer for playstatusupdate data\n");
374 DPRINTF(E_LOG, L_DACP, "Couldn't re-add event for playstatusupdate\n");
386 DPRINTF(E_LOG, L_DACP, "Could not send status update event: %s\n", strerror(errno));
392 DPRINTF(E_LOG, L_DACP, "Could not write to status update fd: %s\n", strerror(errno));
404 DPRINTF(E_DBG, L_DACP, "Update request: client closed connection\n");
418 DPRINTF(E_LOG, L_DACP, "WARNING: struct dacp_update_request not found in list; BUG!\n");
496 DPRINTF(E_LOG, L_DACP, "dmcp.volume argument doesn't convert to integer: %s\n", value);
507 DPRINTF(E_LOG, L_DACP, "Invalid speaker ID in dmcp.volume request\n");
522 DPRINTF(E_LOG, L_DACP, "Invalid speaker ID in dmcp.volume request\n");
539 DPRINTF(E_DBG, L_DACP, "Seek timer expired, target %d ms\n", seek_target);
544 DPRINTF(E_LOG, L_DACP, "Player failed to seek to %d ms\n", seek_target);
551 DPRINTF(E_LOG, L_DACP, "Player returned an error for start after seek\n");
566 DPRINTF(E_LOG, L_DACP, "dacp.playingtime argument doesn't convert to integer: %s\n", value);
587 DPRINTF(E_LOG, L_DACP, "dacp.shufflestate argument doesn't convert to integer: %s\n", value);
604 DPRINTF(E_LOG, L_DACP, "dacp.repeatstate argument doesn't convert to integer: %s\n", value);
624 DPRINTF(E_LOG, L_DACP, "dacp.userrating argument doesn't convert to integer: %s\n", value);
635 DPRINTF(E_LOG, L_DACP, "Missing item-spec/song-spec parameter in dacp.userrating query\n");
643 DPRINTF(E_LOG, L_DACP, "Malformed item-spec/song-spec parameter in dacp.userrating query\n");
652 DPRINTF(E_LOG, L_DACP, "Couldn't convert item-spec/song-spec to an integer in dacp.userrating (%s)\n", param);
660 DPRINTF(E_LOG, L_DACP, "Could not fetch file id %d\n", itemid);
723 DPRINTF(E_LOG, L_DACP, "Invalid clear-first value in cue request\n");
740 DPRINTF(E_LOG, L_DACP, "Could not build song queue\n");
766 DPRINTF(E_LOG, L_DACP, "Invalid index (%s) in cue request\n", param);
772 DPRINTF(E_LOG, L_DACP, "Could not start playback\n");
814 DPRINTF(E_DBG, L_DACP, "No command in cue request\n");
826 DPRINTF(E_LOG, L_DACP, "Unknown cue command %s\n", param);
860 DPRINTF(E_LOG, L_DACP, "No container-spec in playspec request\n");
868 DPRINTF(E_LOG, L_DACP, "Malformed container-spec parameter in playspec request\n");
877 DPRINTF(E_LOG, L_DACP, "Couldn't convert container-spec to an integer in playspec (%s)\n", param);
888 DPRINTF(E_LOG, L_DACP, "No container-item-spec in playspec request\n");
896 DPRINTF(E_LOG, L_DACP, "Malformed container-item-spec parameter in playspec request\n");
905 DPRINTF(E_LOG, L_DACP, "Couldn't convert container-item-spec to an integer in playspec (%s)\n", param);
913 DPRINTF(E_DBG, L_DACP, "Playspec request for playlist %d, start song id %d%s\n", plid, id, (shuffle) ? ", shuffle" : "");
918 DPRINTF(E_LOG, L_DACP, "Could not build song queue from playlist %d\n", plid);
923 DPRINTF(E_DBG, L_DACP, "Playspec start song index is %d\n", id);
940 DPRINTF(E_LOG, L_DACP, "Could not start playback\n");
981 DPRINTF(E_LOG, L_DACP, "Player returned an error for start after pause\n");
1004 DPRINTF(E_LOG, L_DACP, "Player returned an error for nextitem\n");
1013 DPRINTF(E_LOG, L_DACP, "Player returned an error for start after nextitem\n");
1044 DPRINTF(E_LOG, L_DACP, "Player returned an error for previtem\n");
1053 DPRINTF(E_LOG, L_DACP, "Player returned an error for start after previtem\n");
1124 DPRINTF(E_LOG, L_DACP, "Missing revision-number in update request\n");
1133 DPRINTF(E_LOG, L_DACP, "Parameter revision-number not an integer\n");
1154 DPRINTF(E_LOG, L_DACP, "Out of memory for update request\n");
1190 DPRINTF(E_LOG, L_DACP, "Request for artwork without mw parameter\n");
1199 DPRINTF(E_LOG, L_DACP, "Could not convert mw parameter to integer\n");
1208 DPRINTF(E_LOG, L_DACP, "Request for artwork without mh parameter\n");
1217 DPRINTF(E_LOG, L_DACP, "Could not convert mh parameter to integer\n");
1279 DPRINTF(E_WARN, L_DACP, "Invalid DACP getproperty request, no properties\n");
1288 DPRINTF(E_LOG, L_DACP, "Could not duplicate properties parameter; out of memory\n");
1297 DPRINTF(E_LOG, L_DACP, "Could not allocate evbuffer for properties list\n");
1310 DPRINTF(E_LOG, L_DACP, "Could not fetch file id %d\n", status.id);
1328 DPRINTF(E_WARN, L_DACP, "No getter method for DACP property %s\n", prop);
1331 DPRINTF(E_LOG, L_DACP, "Could not find requested property '%s'\n", prop);
1348 DPRINTF(E_LOG, L_DACP, "Could not add properties to getproperty reply\n");
1391 DPRINTF(E_SPAM, L_DACP, "Unknown DACP property %s\n", param->key);
1398 DPRINTF(E_WARN, L_DACP, "No setter method for DACP property %s\n", dpm->desc);
1447 DPRINTF(E_LOG, L_DACP, "Could not create evbuffer for speaker list\n");
1484 DPRINTF(E_LOG, L_DACP, "Missing speaker-id parameter in DACP setspeakers request\n");
1504 DPRINTF(E_LOG, L_DACP, "Out of memory for speaker ids\n");
1518 DPRINTF(E_LOG, L_DACP, "Invalid speaker id in request: %s\n", param);
1538 DPRINTF(E_LOG, L_DACP, "Speakers de/activation failed!\n");
1667 DPRINTF(E_DBG, L_DACP, "DACP request: %s\n", full_uri);
1682 DPRINTF(E_LOG, L_DACP, "Unrecognized DACP request\n");
1703 DPRINTF(E_LOG, L_DACP, "DACP URI has too many/few components (%d)\n", (uri_parts[0]) ? i : 0);
1715 DPRINTF(E_LOG, L_DACP, "Could not allocate evbuffer for DACP reply\n");
1764 DPRINTF(E_LOG, L_DACP, "Could not create update eventfd: %s\n", strerror(errno));
1776 DPRINTF(E_LOG, L_DACP, "Could not create update pipe: %s\n", strerror(errno));
1789 DPRINTF(E_FATAL, L_DACP, "DACP init failed; regexp error: %s\n", buf);