From 673e651639db745ec05eac5bbce36f68cdbb16ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tino=20V=C3=A1zquez?= Date: Thu, 1 Dec 2022 18:01:30 +0100 Subject: [PATCH] M #-: Fix debug string log location --- src/vmm_mad/remotes/lib/lxc/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmm_mad/remotes/lib/lxc/command.rb b/src/vmm_mad/remotes/lib/lxc/command.rb index 1029a2fa0e..04ef1007c9 100644 --- a/src/vmm_mad/remotes/lib/lxc/command.rb +++ b/src/vmm_mad/remotes/lib/lxc/command.rb @@ -27,7 +27,7 @@ module Command def self.container_cmd(name, cmd) return true if execute_rc_log(cmd) - STDERR.puts "Check container logs at /var/log/lxc/#{name}" + STDERR.puts "Check container logs at /var/log/lxc/#{name}.log" false end