Improved logging

This commit is contained in:
M66B 2020-11-18 08:15:10 +01:00
parent a1256949e6
commit bcbdf6dfdb
1 changed files with 3 additions and 1 deletions

View File

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