mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
rb: Add debug logger message for processing frames
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
980e445347
commit
e4b780de36
@ -139,6 +139,7 @@ module Thrift
|
||||
@buffers[fd] << fd.readpartial(1048576)
|
||||
frame = slice_frame!(@buffers[fd])
|
||||
if frame
|
||||
@logger.debug "#{self} is processing a frame"
|
||||
@worker_queue.push [:frame, fd, frame]
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user