Ver Fonte

:art: logging

Liang Ding há 2 anos atrás
pai
commit
d0e15500df
1 ficheiros alterados com 1 adições e 1 exclusões
  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)
 	}
 }