1
0
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:
Ruben S. Montero 2021-03-16 23:53:19 +01:00
parent 851acf462a
commit 928846e273
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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