Skip to content

Commit

Permalink
fix: log mesage
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Sep 30, 2023
1 parent d8dbc9b commit d925aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ public void finishDownload(
) {
Log.e(
CapacitorUpdater.TAG,
"Error checksum " + next.getChecksum() + " " + checksum
"Error checksum " + checksumRes + " " + checksum
);
this.sendStats("checksum_fail", getCurrentBundle().getVersionName());
final Boolean res = this.delete(id);
Expand Down

0 comments on commit d925aec

Please sign in to comment.