Skip to content

Commit

Permalink
log another bit of data
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Mar 18, 2008
1 parent 4abc26c commit 13fa007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/net/sftp/session.rb
Expand Up @@ -816,6 +816,7 @@ def input; @input; end
# request.
def request(type, *args, &callback)
request = Request.new(self, type, protocol.send(type, *args), &callback)
info { "sending #{type} packet (#{request.id})" }
pending_requests[request.id] = request
end

Expand Down

0 comments on commit 13fa007

Please sign in to comment.