This commit is contained in:
2022-04-20 10:16:15 +02:00
parent 7bc6cc0d0c
commit ca2822f6e6
2 changed files with 2 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ public class Rest extends HttpServlet {
return Map.of(MEMBERS,members);
} catch (SQLException e) {
LOG.error("Failed to load member list: ",e);
return Map.of("error",t("Failed to load member list '{}'",list.email()));
return Map.of(ERROR,t("Failed to load member list '{}'",list.email()));
}
}