Commit 1b087dab by 2xsec

tools: lxc-wait: remove the trailing .

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent 162ad1f6
...@@ -40,7 +40,7 @@ lxc_log_define(lxc_wait, lxc); ...@@ -40,7 +40,7 @@ lxc_log_define(lxc_wait, lxc);
static int my_checker(const struct lxc_arguments *args) static int my_checker(const struct lxc_arguments *args)
{ {
if (!args->states) { if (!args->states) {
ERROR("Missing state option to wait for."); ERROR("Missing state option to wait for");
return -1; return -1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment