From 1b087dab84b97a5b35554807b1196dd9dc902a6d Mon Sep 17 00:00:00 2001 From: 2xsec Date: Sun, 1 Jul 2018 22:52:40 +0900 Subject: [PATCH] tools: lxc-wait: remove the trailing . Signed-off-by: 2xsec --- src/lxc/tools/lxc_wait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/tools/lxc_wait.c b/src/lxc/tools/lxc_wait.c index 01ea3fa51..deecc7734 100644 --- a/src/lxc/tools/lxc_wait.c +++ b/src/lxc/tools/lxc_wait.c @@ -40,7 +40,7 @@ lxc_log_define(lxc_wait, lxc); static int my_checker(const struct lxc_arguments *args) { if (!args->states) { - ERROR("Missing state option to wait for."); + ERROR("Missing state option to wait for"); return -1; } -- 2.47.2