mirror of https://github.com/M66B/FairEmail.git
Improved logging
This commit is contained in:
parent
a1256949e6
commit
bcbdf6dfdb
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue