mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-07 09:31:11 +01:00
minor fix for log message while removing tmpdir
This commit is contained in:
parent
e6aacc5f08
commit
9f2d887ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ public final class TermuxService extends Service implements SessionChangedCallba
|
|||
try {
|
||||
TermuxInstaller.deleteFolder(termuxTmpDir.getCanonicalFile());
|
||||
} catch (Exception e) {
|
||||
Log.e(EmulatorDebug.LOG_TAG, "Error while removing directory " + termuxTmpDir.getAbsolutePath(), e);
|
||||
Log.e(EmulatorDebug.LOG_TAG, "Error while removing file at " + termuxTmpDir.getAbsolutePath(), e);
|
||||
}
|
||||
|
||||
termuxTmpDir.mkdirs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue