summaryrefslogtreecommitdiff
path: root/minecctl/misc-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/misc-commands.c')
-rw-r--r--minecctl/misc-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecctl/misc-commands.c b/minecctl/misc-commands.c
index 1268138..f7f2dea 100644
--- a/minecctl/misc-commands.c
+++ b/minecctl/misc-commands.c
@@ -27,7 +27,7 @@ bool do_lint(struct cfg *cfg)
if (!server->scfg.filename)
continue;
- info("%s", server->name);
+ info("• %s", server->name);
/* FIXME: should return bool */
server_read_config(cfg, server);