Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Mar 21, 2021
1 parent 87b60fd commit b7112c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/src/main/java/rikka/shizuku/cmd/ShizukuCmd.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private static void preExec(String[] args) throws InterruptedException {
} else if (Shizuku.shouldShowRequestPermissionRationale()) {
abort("Permission denied, please check Shizuku app");
} else {
System.out.println("[ Requesting permission... ]");
verbose("Requesting permission...");

Shizuku.addRequestPermissionResultListener(new Shizuku.OnRequestPermissionResultListener() {
@Override
Expand Down

0 comments on commit b7112c8

Please sign in to comment.