Skip to content

Commit

Permalink
Update proxmox.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Nov 6, 2023
1 parent a795e04 commit ed4f3d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/proxmox.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ class ProxmoxUtils {
})
.catch((_error) => {
if (additional != 'storage') {
this.adapter.log.warn(`Use Next Proxmox Host because of communication failure ${this.URL}${url}`);

this.adapter.log.warn(`${additional} Use Next Proxmox Host because of communication failure ${this.URL}${url}`);

this.communicationErrorCounter++;
// We experienced error the same as we have servers available, so no chance to retry another server
Expand Down

0 comments on commit ed4f3d2

Please sign in to comment.