summaryrefslogtreecommitdiff
path: root/src/audiocachefile.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-01-28 17:03:18 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-01-28 17:03:18 +0100
commit9f770629606ca58c78b411e73696eec275c328a5 (patch)
tree021a18e45119f221290b42a96ff6ee8a24797066 /src/audiocachefile.cc
parent83e33a14f672c2d1f9f333703867959921d40ffb (diff)
Conform to style guide.
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;
}