From 17b451e4ad66f249bb309692d831b3233b27f233 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Sun, 15 Apr 2012 17:04:53 -0700 Subject: [PATCH] tags for logging [ci skip] --- app/controllers/authorizations_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/authorizations_controller.rb b/app/controllers/authorizations_controller.rb index 555c3b6c7..aa86153f5 100644 --- a/app/controllers/authorizations_controller.rb +++ b/app/controllers/authorizations_controller.rb @@ -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