Skip to content

Commit

Permalink
add server path by storageproblem
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck committed Jan 2, 2025
1 parent 862e726 commit 2061be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proxmox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}'`);
}
});
});
Expand Down

0 comments on commit 2061be6

Please sign in to comment.