summaryrefslogtreecommitdiff
path: root/src/audiocacheeventhandler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/audiocacheeventhandler.cc')
-rw-r--r--src/audiocacheeventhandler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiocacheeventhandler.cc b/src/audiocacheeventhandler.cc
index 1a7c36c..89eb09e 100644
--- a/src/audiocacheeventhandler.cc
+++ b/src/audiocacheeventhandler.cc
@@ -170,7 +170,7 @@ void AudioCacheEventHandler::setChunkSize(size_t chunksize)
DEBUG(cache, "%s\n", __PRETTY_FUNCTION__);
// We should already locked when this method is called.
- assert(!mutex.try_lock());
+ //assert(!mutex.try_lock());
if(this->chunksize == chunksize)
{