mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
Clarify logs in DeleteFileDialog
This commit is contained in:
parent
27027b8ee5
commit
b953623802
@ -94,7 +94,7 @@ public class DeleteFileDialogFragment extends DialogFragment {
|
||||
continue;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
Log.d(Constants.TAG, "Catched UnsupportedOperationException, can happen when delete is not supported!", e);
|
||||
Log.d(Constants.TAG, "Catched Exception, can happen when delete is not supported!", e);
|
||||
}
|
||||
}
|
||||
|
||||
@ -103,7 +103,7 @@ public class DeleteFileDialogFragment extends DialogFragment {
|
||||
continue;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
Log.d(Constants.TAG, "Catched UnsupportedOperationException, can happen when delete is not supported!", e);
|
||||
Log.d(Constants.TAG, "Catched Exception, can happen when delete is not supported!", e);
|
||||
}
|
||||
|
||||
// some Uri's a ContentResolver fails to delete is handled by the java.io.File's delete
|
||||
|
Loading…
Reference in New Issue
Block a user