1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #924 - add missing logger to ozones

(cherry picked from commit d4d3eb692a3ea2566596c71ac2686c6c4758ad84)
This commit is contained in:
Hector Sanjuan 2012-03-02 11:28:34 +01:00 committed by Ruben S. Montero
parent 95219a9ada
commit 2a34ba0a0c

View File

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