Log operation state

pull/174/head
M66B 5 years ago
parent 8bb5f2f902
commit af4bf5fad6

@ -1015,12 +1015,13 @@ public class Log {
DateFormat TF = Helper.getTimeInstance(context);
for (EntityOperation op : db.operation().getOperations())
size += write(os, String.format("%s %d %s/%d %s %s\r\n",
size += write(os, String.format("%s %d %s/%d %s %s %s\r\n",
TF.format(op.created),
op.message == null ? -1 : op.message,
op.name,
op.tries,
op.args,
op.state,
op.error));
}

Loading…
Cancel
Save