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 ed4f3d2 commit deeaeaa
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 @@ -306,7 +306,7 @@ class ProxmoxUtils {
.catch((_error) => {
if (additional != 'storage') {

Check failure on line 308 in lib/proxmox.js

View workflow job for this annotation

GitHub Actions / check-and-lint

Trailing spaces not allowed
this.adapter.log.warn(`${additional} 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 deeaeaa

Please sign in to comment.