浏览代码

:art: logging

Liang Ding 2 年之前
父节点
当前提交
d0e15500df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/sql/queue.go

+ 1 - 1
kernel/sql/queue.go

@@ -136,7 +136,7 @@ func FlushQueue() {
 
 	elapsed := time.Now().Sub(start).Milliseconds()
 	if 7000 < elapsed {
-		logging.LogInfof("op tx [%dms]", elapsed)
+		logging.LogInfof("database op tx [%dms]", elapsed)
 	}
 }