Skip to content

Commit 63e9456

Browse files
committed
Make #stop less noisy.
1 parent 2fb6f6b commit 63e9456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/async/container/group.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def terminate
121121
# Stop all child processes using {#terminate}.
122122
# @parameter timeout [Boolean | Numeric | Nil] If specified, invoke a graceful shutdown using {#interrupt} first.
123123
def stop(timeout = 1)
124-
Console.info(self, "Stopping all processes...", timeout: timeout)
124+
Console.debug(self, "Stopping all processes...", timeout: timeout)
125125
# Use a default timeout if not specified:
126126
timeout = 1 if timeout == true
127127

0 commit comments

Comments
 (0)