mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #-: Fix logger reference on stop
This commit is contained in:
parent
851acf462a
commit
928846e273
@ -286,7 +286,7 @@ class SunstoneVNC
|
||||
if is_running?
|
||||
message="VNC server is still running"
|
||||
STDERR.puts message
|
||||
logger.error message
|
||||
@logger.error message
|
||||
return false
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user