aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/fil/libre/repwifiapp/helpers/RootCommand.java
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/fil/libre/repwifiapp/helpers/RootCommand.java')
-rw-r--r--app/src/fil/libre/repwifiapp/helpers/RootCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/fil/libre/repwifiapp/helpers/RootCommand.java b/app/src/fil/libre/repwifiapp/helpers/RootCommand.java
index 3da4ae0..bcb6d0f 100644
--- a/app/src/fil/libre/repwifiapp/helpers/RootCommand.java
+++ b/app/src/fil/libre/repwifiapp/helpers/RootCommand.java
@@ -51,7 +51,7 @@ public class RootCommand {
if ( this._cmdTxt != null ){
- Utils.logDebug("EXEC: " + this._cmdTxt);
+ Utils.logDebug("SU:EXEC: " + this._cmdTxt);
this._cmdTxt += " > " + Commons.getTempOutFile();