mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Improved logging
This commit is contained in:
@@ -4467,7 +4467,9 @@ public class FragmentCompose extends FragmentBase {
|
||||
if (file.exists())
|
||||
body = Helper.readText(file);
|
||||
else
|
||||
Log.e("Missing revision=" + file);
|
||||
Log.e("Missing" +
|
||||
" revision=" + draft.revision + "/" + draft.revisions +
|
||||
" action=" + getActionName(action));
|
||||
|
||||
dirty = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user