We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed03525 commit 3fd5f42Copy full SHA for 3fd5f42
lib/concurrent/actor/core.rb
@@ -91,7 +91,7 @@ def remove_child(child)
91
# @param [Envelope] envelope
92
def on_envelope(envelope)
93
schedule_execution do
94
- log DEBUG, "#{envelope.future ? 'asked' : 'told'} #{envelope.message.inspect} from #{envelope.sender}"
+ log DEBUG, "was #{envelope.future ? 'asked' : 'told'} #{envelope.message.inspect} by #{envelope.sender}"
95
process_envelope envelope
96
end
97
nil
0 commit comments