tweak log message
diff --git a/unbounded_executor.go b/unbounded_executor.go
index 31f52a9..35a621a 100644
--- a/unbounded_executor.go
+++ b/unbounded_executor.go
@@ -110,7 +110,7 @@
 	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