better debug mesg

This commit is contained in:
Alexandre Ratchov 2016-01-09 09:20:46 +01:00
parent 99cfc04004
commit cbaa92d4d8
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ sio_sun_setpar(struct sio_hdl *sh, struct sio_par *par)
case AUDIO_ENCODING_ULINEAR: case AUDIO_ENCODING_ULINEAR:
break; break;
default: default:
DPRINTF("sio_sun_setpar: couldn't set encoding\n"); DPRINTF("sio_sun_setpar: couldn't find encoding\n");
hdl->sio.eof = 1; hdl->sio.eof = 1;
return 0; return 0;
} }