Skip to content

Commit

Permalink
Additional logging for updates tab
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Jul 4, 2024
1 parent 36467f1 commit 3bd92d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ private void updateNow() {
}

private void setUpdateCheckStatus(UpdateCheckStatus updateCheckStatus) {
log.info("Update tab status: status {} -> {}, already checked {}, nag enabled {}", this.updateCheckStatus, updateCheckStatus, updateCheckedThisRun, updateCheckNag.get());
this.updateCheckStatus = updateCheckStatus;
checkingLabel.setText(
switch (updateCheckStatus) {
Expand Down

0 comments on commit 3bd92d1

Please sign in to comment.