8000 Log when enabled. · socketry/async@f04d1f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit f04d1f3

Browse files
committed
Log when enabled.
1 parent 0a77490 commit f04d1f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/async/internal/blocking_operation_wait_log.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def format_time(time)
4949

5050
module BlockingOperationWaitLog
5151
def run(...)
52+
$stderr.puts "Blocking operation wait log enabled."
53+
5254
@blocking_operations = {}
5355

5456
super

0 commit comments

Comments
 (0)
0