Skip to content

Commit

Permalink
tweak log message
Browse files Browse the repository at this point in the history
  • Loading branch information
taowen committed Mar 2, 2018
1 parent 27b2666 commit 28f5fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unbounded_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28f5fe9

Please sign in to comment.