Liang Ding 2 lat temu
rodzic
commit
d0e15500df
1 zmienionych plików z 1 dodań i 1 usunięć
  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)
 	}
 }