1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

Update ozones-server.rb

Fix logging when .htaccess error occurs
This commit is contained in:
Tobias Brunner 2013-08-26 12:56:00 +02:00 committed by Javi Fontan
parent b0b69aab45
commit 6d1a85be20

View File

@ -140,7 +140,7 @@ ADMIN_PASS = @auth.password
begin
OZones::ProxyRules.new("apache", $config[:htaccess])
rescue Exception => e
logger {e.message}
logger.error {e.message}
exit -1
end