tags for logging [ci skip]

This commit is contained in:
Maxwell Salzberg 2012-04-15 17:04:53 -07:00
parent b0e4c477bf
commit 17b451e4ad

View file

@ -59,8 +59,8 @@ class AuthorizationsController < ApplicationController
public_key = OpenSSL::PKey::RSA.new(packaged_manifest['public_key'])
manifest = JWT.decode(packaged_manifest['jwt'], public_key)
rescue => e
puts "there was a problem with getting a token for the following diaspora id"
puts "#{app_url}, #{public_key.to_s} #{manifest.to_s}"
puts "DIASPORA_CONNECT there was a problem with getting a token for the following diaspora id"
puts "DIASPORA_CONNECT #{app_url}, #{public_key.to_s} #{manifest.to_s}"
raise e
end