Explorar o código

tweak log message

Tao Wen %!s(int64=7) %!d(string=hai) anos
pai
achega
28f5fe9fd9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      unbounded_executor.go

+ 1 - 1
unbounded_executor.go

@@ -110,7 +110,7 @@ func (executor *UnboundedExecutor) checkGoroutines() bool {
 	defer executor.activeGoroutinesMutex.Unlock()
 	for startFrom, count := range executor.activeGoroutines {
 		if count > 0 {
-			InfoLogger.Println("event!unbounded_executor.still waiting goroutines to quit",
+			InfoLogger.Println("UnboundedExecutor is still waiting goroutines to quit",
 				"startFrom", startFrom,
 				"count", count)
 			return false