Explorar o código

:art: logging

Liang Ding %!s(int64=2) %!d(string=hai) anos
pai
achega
d0e15500df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 	}
 }