Skip to content

Commit

Permalink
Log not puts.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed May 14, 2010
1 parent 1d2e36c commit b311433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pusher/channel.rb
Expand Up @@ -81,7 +81,7 @@ def socket_auth(socket_id)
raise "Invalid socket_id" if socket_id.nil? || socket_id.empty?

string_to_sign = "#{socket_id}:#{name}"
puts "Signing #{string_to_sign}"
Pusher.logger.debug "Signing #{string_to_sign}"
token = Pusher.authentication_token
return HMAC::SHA256.hexdigest(token.secret, string_to_sign)
end
Expand Down

0 comments on commit b311433

Please sign in to comment.