]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tools: lxc-wait: remove the trailing . 2437/head
author2xsec <dh48.jeong@samsung.com>
Sun, 1 Jul 2018 13:52:40 +0000 (22:52 +0900)
committer2xsec <dh48.jeong@samsung.com>
Sun, 1 Jul 2018 13:52:40 +0000 (22:52 +0900)
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
src/lxc/tools/lxc_wait.c

index 01ea3fa515886764953c7220c9d5465452b2b1b7..deecc7734f67c45a60893f3aff1c17ce48e107f2 100644 (file)
@@ -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;
        }