1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

feature #795: Fix format in econe authentication error

This commit is contained in:
Daniel Molina 2011-09-23 15:20:57 +02:00
parent 0e002c67fb
commit 9ae26c5526

View File

@ -84,7 +84,8 @@ before do
begin
result = @econe_server.authenticate(request.env, params)
rescue Exception => e
error 500, e.message
# Add a log message
error 500, error_xml("AuthFailure", 0)
end
if result