Skip to content

Commit

Permalink
spaces in params
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Aceituno committed Oct 19, 2011
1 parent 2f5a376 commit 6c97933
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/nats/server/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,8 @@ def unbind
def ssl_handshake_completed
EM.cancel_timer(@ssl_pending)
@ssl_pending = nil
Server.ssl_ok(true)
debug "Client Certificate:",get_peer_cert,cid
end
debug "Client Certificate:", get_peer_cert, cid
end

def ctrace(*args)
trace(args, "c: #{cid}")
Expand Down

0 comments on commit 6c97933

Please sign in to comment.