diff --git a/src/bees-roots.cc b/src/bees-roots.cc index 5760492..1a6b455 100644 --- a/src/bees-roots.cc +++ b/src/bees-roots.cc @@ -556,7 +556,7 @@ BeesCrawl::crawl_thread() { Timer crawl_timer; while (!m_stopped) { - BEESNOTE("waiting for crawl thread limit"); + BEESNOTE("waiting for crawl thread limit " << m_state); LockSet::Lock crawl_lock(m_ctx->roots()->lock_set(), m_state.m_root); auto this_range = pop_front(); if (this_range) {