summaryrefslogtreecommitdiff
path: root/minecctl
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-30 10:03:07 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-30 10:03:07 +0200
commitb2961ea4a792fa7e5bead6e49d399dcea55b039b (patch)
tree56e7f89f49c1281eaad1a2a0cd45db3ad723acbf /minecctl
parent4b6f946c0871d1f510135cd43d61034d55fae5fd (diff)
Keep track of current line number in config file parsing
Diffstat (limited to 'minecctl')
-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);