Skip to content

Commit

Permalink
quieten some dacp debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Dec 27, 2018
1 parent fbb3811 commit 59b3abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dacp.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ void *dacp_monitor_thread_code(__attribute__((unused)) void *na) {

if ((bad_result_count == config.scan_max_bad_response_count) ||
(idle_scan_count == config.scan_max_inactive_count)) {
debug(1, "DACP server status scanning stopped.");
debug(2, "DACP server status scanning stopped.");
dacp_server.scan_enable = 0;
}
pthread_cleanup_pop(1);
Expand Down
2 changes: 1 addition & 1 deletion metadata_hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void metadata_hub_modify_epilog(int modified) {

if ((metadata_store.dacp_server_active == 0) &&
(metadata_store.dacp_server_has_been_active != 0)) {
debug(1, "dacp_scanner going inactive -- release track metadata and artwork");
debug(2, "dacp_scanner going inactive -- release track metadata and artwork");
if (metadata_store.track_metadata) {
m = 1;
metadata_hub_release_track_metadata(metadata_store.track_metadata);
Expand Down

0 comments on commit 59b3abd

Please sign in to comment.