summaryrefslogtreecommitdiff
path: root/src/audiocachefile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/audiocachefile.cc')
-rw-r--r--src/audiocachefile.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audiocachefile.cc b/src/audiocachefile.cc
index 039a46d..916ecb7 100644
--- a/src/audiocachefile.cc
+++ b/src/audiocachefile.cc
@@ -88,7 +88,8 @@ void AudioCacheFile::readChunk(const CacheChannels& channels,
if((int)pos > sf_info.frames)
{
- printf("pos (%d) > sf_info.frames (%d)\n", (int)pos, (int)sf_info.frames);
+ WARN(cache, "pos (%d) > sf_info.frames (%d)\n",
+ (int)pos, (int)sf_info.frames);
return;
}