Small fix

This commit is contained in:
M66B
2020-07-09 20:23:41 +02:00
parent cb17b3a8ca
commit abf9ac0ae1

View File

@@ -1208,7 +1208,7 @@ public class Log {
for (EntityAccount account : accounts)
try {
JSONObject jaccount = account.toJSON();
jaccount.put("state", account.state == null ? "null" : account.separator);
jaccount.put("state", account.state == null ? "null" : account.state);
jaccount.put("warning", account.warning);
jaccount.put("error", account.error);