瀏覽代碼

more logging

Grant Limberg 3 周之前
父節點
當前提交
aecd7fdace
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nonfree/controller/CentralDB.cpp

+ 1 - 1
nonfree/controller/CentralDB.cpp

@@ -1115,7 +1115,7 @@ void CentralDB::commitThread()
 		auto span = tracer->StartSpan("CentralDB::commitThread");
 		auto span = tracer->StartSpan("CentralDB::commitThread");
 		auto scope = tracer->WithActiveSpan(span);
 		auto scope = tracer->WithActiveSpan(span);
 
 
-		// fprintf(stderr, "commitThread tick\n");
+		fprintf(stderr, "commitThread tick\n");
 		if (! qitem.first.is_object()) {
 		if (! qitem.first.is_object()) {
 			fprintf(stderr, "not an object\n");
 			fprintf(stderr, "not an object\n");
 			continue;
 			continue;