diff --git a/src/sunstone/models/SunstoneServer.rb b/src/sunstone/models/SunstoneServer.rb index 54e42f838e..8fa4016c74 100644 --- a/src/sunstone/models/SunstoneServer.rb +++ b/src/sunstone/models/SunstoneServer.rb @@ -209,7 +209,7 @@ class SunstoneServer < CloudServer return [404, nil] else if !ONE_LOCATION - vm_log_file = LOG_LOCATION + "/vms/#{id}.log" + vm_log_file = LOG_LOCATION + "/#{id}.log" else vm_log_file = LOG_LOCATION + "/vms/#{id}/vm.log" end