Commit Diff


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);