diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-28 09:49:24 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-28 09:49:24 +0100 |
commit | 3cf2aec198526b2decd147a3d5a4c3e70a9708ef (patch) | |
tree | a4158875cc096e12fd8ccc67900cd420ee4151c3 /src/audiocacheeventhandler.cc | |
parent | fb5c9c6d808dd43e60859bd3988337ee13f13efa (diff) |
Temporarily remove assert.
Diffstat (limited to 'src/audiocacheeventhandler.cc')
-rw-r--r-- | src/audiocacheeventhandler.cc | 2 |
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) { |