Mercurial > audlegacy-plugins
changeset 1128:ea77e4df4ce4 trunk
[svn] - clean up some debugging stuff
author | nenolod |
---|---|
date | Sat, 26 May 2007 16:14:16 -0700 |
parents | 3fa735fad598 |
children | cb1502e462f9 |
files | ChangeLog src/wavpack/libwavpack.cxx |
diffstat | 2 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat May 26 14:54:07 2007 -0700 +++ b/ChangeLog Sat May 26 16:14:16 2007 -0700 @@ -1,3 +1,10 @@ +2007-05-26 21:54:07 +0000 + revision [2420] + (Re)added the description + trunk/src/wavpack/libwavpack.cxx | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2007-05-26 21:50:52 +0000 revision [2418] (Re)added the description
--- a/src/wavpack/libwavpack.cxx Sat May 26 14:54:07 2007 -0700 +++ b/src/wavpack/libwavpack.cxx Sat May 26 16:14:16 2007 -0700 @@ -291,7 +291,6 @@ WavpackDecoder d(&mod); if (!d.attach_to_play(filename)) { - printf("wavpack: Error opening file: \"%s\"\n", filename); killDecodeThread = true; return end_thread(); } @@ -299,13 +298,13 @@ DBG("reading %s at %d rate with %d channels\n", filename, d.sample_rate, d.num_channels); if (!d.open_audio()) { - DBG("error opening xmms audio channel\n"); + DBG("error opening audio channel\n"); killDecodeThread = true; AudioError = true; openedAudio = false; } else { - DBG("opened xmms audio channel\n"); + DBG("opened audio channel\n"); openedAudio = true; } unsigned status;