Improved error log.

This commit is contained in:
Martin Edenhofer 2013-05-25 13:36:01 +02:00
parent 9f1b706131
commit c659f394f6

View file

@ -10,6 +10,7 @@ class Channel < ApplicationModel
rescue Exception => e
puts "can't use " + 'Channel::' + channel[:adapter]
puts e.inspect
puts e.backtrace
end
}
end