From: Doug Goldstein Date: Sun, 27 Jan 2013 00:22:41 +0000 (-0600) Subject: virlog: remove old code comment X-Git-Tag: v1.0.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c23ba286fbf2f979dbf1588cb7ef94fafbb2369;p=thirdparty%2Flibvirt.git virlog: remove old code comment Setting the log output prefix to 0 is not supported and in fact results in the following message: warning : virLogParseOutputs:1021 : Ignoring invalid log output setting. --- diff --git a/src/util/virlog.c b/src/util/virlog.c index acd42c1b0a..24ec9d3a7f 100644 --- a/src/util/virlog.c +++ b/src/util/virlog.c @@ -1261,7 +1261,6 @@ static int virLogAddOutputToJournald(int priority) * x:file:file_path * output to a file, with the given filepath * In all case the x prefix is the minimal level, acting as a filter - * 0: everything * 1: DEBUG * 2: INFO * 3: WARNING