]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Modify a debug message
authorMike Brady <mikebrady@eircom.net>
Sun, 30 Apr 2017 14:29:44 +0000 (15:29 +0100)
committerMike Brady <mikebrady@eircom.net>
Sun, 30 Apr 2017 14:29:44 +0000 (15:29 +0100)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 6b74b5664b5300938ad71360a998ea141e42258f..0e9ef9652950edccd41563263fbf36551a3b7bb6 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -854,7 +854,7 @@ static void handle_set_parameter_parameter(rtsp_conn_info *conn, rtsp_message *r
 
     if (!strncmp(cp, "volume: ", 8)) {
       float volume = atof(cp + 8);
-      debug(1, "AirPlay request to set volume to: %f\n", volume);
+      // debug(1, "AirPlay request to set volume to: %f\n", volume);
       player_volume(volume,conn);
     } else
 #ifdef CONFIG_METADATA