From cbaa92d4d869efbcf765992087c59fdbce510d0f Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Sat, 9 Jan 2016 09:20:46 +0100 Subject: [PATCH] better debug mesg --- libsndio/sio_sun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsndio/sio_sun.c b/libsndio/sio_sun.c index be93063..51155d5 100644 --- a/libsndio/sio_sun.c +++ b/libsndio/sio_sun.c @@ -582,7 +582,7 @@ sio_sun_setpar(struct sio_hdl *sh, struct sio_par *par) case AUDIO_ENCODING_ULINEAR: break; default: - DPRINTF("sio_sun_setpar: couldn't set encoding\n"); + DPRINTF("sio_sun_setpar: couldn't find encoding\n"); hdl->sio.eof = 1; return 0; }