]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a debug message
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 13 Jul 2020 10:52:52 +0000 (11:52 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 13 Jul 2020 10:52:52 +0000 (11:52 +0100)
dacp.c

diff --git a/dacp.c b/dacp.c
index a5d0d659860407928c20f9a1952ae8e839fbfbe5..a25bf9e48257ccc64bedc59df91681432916f45d 100644 (file)
--- a/dacp.c
+++ b/dacp.c
@@ -1249,7 +1249,7 @@ int dacp_get_volume(int32_t *the_actual_volume) {
       // metadata_store.speaker_volume = actual_volume;
       // metadata_hub_modify_epilog(1);
     } else {
-      debug(1, "Unexpected return code %d from dacp_get_speaker_list.", http_response);
+      debug(2, "Unexpected return code %d from dacp_get_speaker_list.", http_response);
     }
   } else if ((http_response != 400) && (http_response != 490)) {
     debug(3, "Unexpected return code %d from dacp_get_client_volume.", http_response);