summaryrefslogtreecommitdiff
path: root/minecctl
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-07-12 11:44:46 +0200
committerDavid Härdeman <david@hardeman.nu>2020-07-12 11:44:46 +0200
commit6db27716de7227fbd9c08a85d7ee9eeb38d17f74 (patch)
treee5bd49ec789e1d4cd5424eb1441ff2b8af3f0774 /minecctl
parent5b80fdd91ef48c114b6d87b826014466cefc5d03 (diff)
Some minor fixes
Diffstat (limited to 'minecctl')
-rw-r--r--minecctl/misc-commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/minecctl/misc-commands.c b/minecctl/misc-commands.c
index 34dd990..db9b937 100644
--- a/minecctl/misc-commands.c
+++ b/minecctl/misc-commands.c
@@ -701,6 +701,7 @@ static bool do_one_status(struct cfg *cfg, struct server *server)
ansi_red, ansi_normal, error);
rv = false;
}
+ info("");
return rv;
}