Skip to content

Commit

Permalink
improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Nov 7, 2023
1 parent 6348caf commit b11bc44
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 @@ -2707,7 +2707,7 @@ class VwWeconnect extends utils.Adapter {
return;
}
if (error.response && error.response.status === 404) {
this.log.info("No last shorterm trips found");
this.log.info("No last shorterm trips found. Please check if your car supports shortterm trips.");
this.blockTrip = true;
return;
}
Expand Down Expand Up @@ -2744,7 +2744,7 @@ class VwWeconnect extends utils.Adapter {
return;
}
if (error.response && error.response.status === 404) {
this.log.info("No last longterm trips found");
this.log.info("No last longterm trips found. Please check if your car supports longterm trips.");
this.blockTrip = true;
return;
}
Expand Down

0 comments on commit b11bc44

Please sign in to comment.