Skip to content

Commit

Permalink
Log travel errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Sep 21, 2024
1 parent 2a67241 commit 985216a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GuildWarsPartySearch.Bot/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,9 @@ static void ensure_correct_outpost() {
if (res == 38) {
retries = 50; // District full, more retries
}
if (res != ASYNC_RESULT_OK) {
LogInfo("Travel error %d", res);
}
}
collect_instance_info();
if (!in_correct_outpost()) {
Expand Down

0 comments on commit 985216a

Please sign in to comment.