From 2061be621321c9606a10cfcf67976fd085dadb3c Mon Sep 17 00:00:00 2001 From: arteck <6681528+arteck@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:07:11 +0100 Subject: [PATCH] add server path by storageproblem --- lib/proxmox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/proxmox.js b/lib/proxmox.js index 26fa27d..ba344d4 100644 --- a/lib/proxmox.js +++ b/lib/proxmox.js @@ -310,7 +310,7 @@ class ProxmoxUtils { }); } if (additional == 'storage') { - this.adapter.log.error(`Check ${additional} -- Problem found.. maybe offline `); + this.adapter.log.error(`Check ${additional} -- Problem found.. maybe offline check path ${this.URL}${url}'`); } }); });