healthcehck formatting fixed

This commit is contained in:
jm
2015-07-14 15:38:56 +02:00
committed by Ondřej Košarko
parent e6ddfbe93f
commit 70a7e7d6d2

View File

@@ -78,7 +78,7 @@ public class UserCheck extends Check {
// empty group
List<String> egs = Core.getEmptyGroups();
ret += String.format(
" Empty groups: #%d\n %s\n",
"Empty groups: #%d\n %s\n",
egs.size(), StringUtils.join(egs, ",\n "));
List<Integer> subs = Core.getSubscribers();