Silenced the debug message for now
This commit is contained in:
parent
96c98055de
commit
cf0d237ff8
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ void sfz::FilePool::loadingThread() noexcept
|
||||||
|
|
||||||
const auto duration = std::chrono::high_resolution_clock::now() - promise->creationTime;
|
const auto duration = std::chrono::high_resolution_clock::now() - promise->creationTime;
|
||||||
[[maybe_unused]] const auto durationMillis = std::chrono::duration<double,std::milli>(duration).count();
|
[[maybe_unused]] const auto durationMillis = std::chrono::duration<double,std::milli>(duration).count();
|
||||||
DBG("Promise filled in " << durationMillis << " ms (waiting for " << waitDurationMillis << " ms)");
|
// DBG("Promise filled in " << durationMillis << " ms (waiting for " << waitDurationMillis << " ms)");
|
||||||
|
|
||||||
while (!filledPromiseQueue.try_push(promise)) {
|
while (!filledPromiseQueue.try_push(promise)) {
|
||||||
DBG("[sfizz] Error enqueuing the promise for " << promise->filename << " in the filledPromiseQueue");
|
DBG("[sfizz] Error enqueuing the promise for " << promise->filename << " in the filledPromiseQueue");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue