diff options
Diffstat (limited to '')
-rw-r--r-- | gui/action.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/action.cpp b/gui/action.cpp index 3d497ca5c..fb05d77b4 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -1607,8 +1607,7 @@ int GUIAction::installsu(std::string arg __unused) if (simulate) { simulate_progress_bar(); } else { - if (!TWFunc::Install_SuperSU()) - op_status = 1; + LOGERR("Installing SuperSU was deprecated from TWRP.\n"); } operation_end(op_status); |