confile: non-functional change

parent 31299e70
...@@ -2981,7 +2981,7 @@ static int config_syslog(const char *key, const char *value, ...@@ -2981,7 +2981,7 @@ static int config_syslog(const char *key, const char *value,
int facility; int facility;
facility = lxc_syslog_priority_to_int(value); facility = lxc_syslog_priority_to_int(value);
if (facility == -EINVAL) { if (facility == -EINVAL) {
ERROR("Wrong value for lxc.syslog"); ERROR("Wrong value for lxc.syslog.");
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