Skip to content

Commit 3fd5f42

Browse files
committed
Better actor message logging
1 parent ed03525 commit 3fd5f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/actor/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def remove_child(child)
9191
# @param [Envelope] envelope
9292
def on_envelope(envelope)
9393
schedule_execution do
94-
log DEBUG, "#{envelope.future ? 'asked' : 'told'} #{envelope.message.inspect} from #{envelope.sender}"
94+
log DEBUG, "was #{envelope.future ? 'asked' : 'told'} #{envelope.message.inspect} by #{envelope.sender}"
9595
process_envelope envelope
9696
end
9797
nil

0 commit comments

Comments
 (0)