Clarify logs in DeleteFileDialog

This commit is contained in:
Dominik Schürmann 2015-03-12 14:34:58 +01:00
parent 27027b8ee5
commit b953623802

View File

@ -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