Improved logging

pull/189/head
M66B 5 years ago
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…
Cancel
Save