From: Christian Brauner Date: Tue, 22 Nov 2016 03:44:14 +0000 (+0100) Subject: confile: non-functional change X-Git-Tag: lxc-2.1.0~257^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1256%2Fhead;p=thirdparty%2Flxc.git confile: non-functional change Signed-off-by: Christian Brauner --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 756b1ec61..d7362caed 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -2981,7 +2981,7 @@ static int config_syslog(const char *key, const char *value, int facility; facility = lxc_syslog_priority_to_int(value); if (facility == -EINVAL) { - ERROR("Wrong value for lxc.syslog"); + ERROR("Wrong value for lxc.syslog."); return -1; }