From: Pavel Hrdina Date: Thu, 11 Apr 2019 13:04:55 +0000 (+0200) Subject: libvirtd.conf: remove extra # after log_outputs line X-Git-Tag: v5.3.0-rc1~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d82b979d05ec8970ddd5813f598f408b35f0dba;p=thirdparty%2Flibvirt.git libvirtd.conf: remove extra # after log_outputs line The only place where we have extra empty comment line. Signed-off-by: Pavel Hrdina --- diff --git a/src/remote/libvirtd.conf b/src/remote/libvirtd.conf index 92562ab7ae..ac07df6930 100644 --- a/src/remote/libvirtd.conf +++ b/src/remote/libvirtd.conf @@ -410,7 +410,6 @@ # Multiple outputs can be defined, they just need to be separated by spaces. # e.g. to log all warnings and errors to syslog under the libvirtd ident: #log_outputs="3:syslog:libvirtd" -# ##################################################################