Skip to content

Commit

Permalink
fix: error to info message
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Oct 24, 2022
1 parent 8043a26 commit 862821a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ public void run() {
CapacitorUpdaterPlugin.this.checkRevert();
CapacitorUpdaterPlugin.this.appReadyCheck = null;
} catch (final InterruptedException e) {
Log.e(CapacitorUpdater.TAG, DeferredNotifyAppReadyCheck.class.getName() + " was interrupted.");
Log.i(CapacitorUpdater.TAG, DeferredNotifyAppReadyCheck.class.getName() + " was interrupted.");
}
}
}
Expand Down

0 comments on commit 862821a

Please sign in to comment.