From: 2xsec Date: Sun, 1 Jul 2018 13:52:40 +0000 (+0900) Subject: tools: lxc-wait: remove the trailing . X-Git-Tag: lxc-3.1.0~225^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2437%2Fhead;p=thirdparty%2Flxc.git tools: lxc-wait: remove the trailing . Signed-off-by: 2xsec --- 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; }