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:
parent
b0b69aab45
commit
6d1a85be20
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user