From: Mike Brady Date: Sun, 30 Apr 2017 14:29:44 +0000 (+0100) Subject: Modify a debug message X-Git-Tag: 3.1d16~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a705a3d7097f88a6f2c12b3106bd7c1e3572f7ac;p=thirdparty%2Fshairport-sync.git Modify a debug message --- diff --git a/rtsp.c b/rtsp.c index 6b74b566..0e9ef965 100644 --- 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