commit a728254f63b163e7690e40990d9e039506203eb9 from: Omar Polo date: Wed Feb 23 22:34:10 2022 UTC change the log debug string for player_setup now it includes all the params, not only the rate commit - 25cb72fb3fbbe1886355dcff1cec5950150bc40c commit + a728254f63b163e7690e40990d9e039506203eb9 blob - 231822107acb6b1cb3786804c8fc1e5bbcf79020 blob + 1332b0b1e42f2c3346f273bd0ae8df9849edf71e --- player.c +++ player.c @@ -78,7 +78,8 @@ player_setup(int bits, int rate, int channels) { struct sio_par par; - log_debug("switching to sample rate %d", rate); + log_debug("%s: bits=%d, rate=%d, channels=%d", __func__, + bits, rate, channels); sio_stop(hdl);