Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Nov 7, 2023
1 parent 52b7b92 commit 6348caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2643,7 +2643,7 @@ class VwWeconnect extends utils.Adapter {
return;
}
this.log.error(error);
this.log.error("No shortterm trips found please check your settings");
this.log.error("No shortterm trips found please disable in your settings");
error && error.response && this.log.error(JSON.stringify(error.response.data));
});
}
Expand Down Expand Up @@ -2675,7 +2675,7 @@ class VwWeconnect extends utils.Adapter {
return;
}
this.log.error(error);
this.log.error("No longterm trips found please check your settings");
this.log.error("No longterm trips found please disable in your settings");
error && error.response && this.log.error(JSON.stringify(error.response.data));
});
}
Expand Down

0 comments on commit 6348caf

Please sign in to comment.