diff --git a/nonfree/controller/CentralDB.cpp b/nonfree/controller/CentralDB.cpp index 43fba7647..92d5fe9a4 100644 --- a/nonfree/controller/CentralDB.cpp +++ b/nonfree/controller/CentralDB.cpp @@ -1115,7 +1115,7 @@ void CentralDB::commitThread() auto span = tracer->StartSpan("CentralDB::commitThread"); auto scope = tracer->WithActiveSpan(span); - // fprintf(stderr, "commitThread tick\n"); + fprintf(stderr, "commitThread tick\n"); if (! qitem.first.is_object()) { fprintf(stderr, "not an object\n"); continue;