]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virlog: remove old code comment
authorDoug Goldstein <cardoe@cardoe.com>
Sun, 27 Jan 2013 00:22:41 +0000 (18:22 -0600)
committerDoug Goldstein <cardoe@cardoe.com>
Wed, 30 Jan 2013 03:29:53 +0000 (21:29 -0600)
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.

src/util/virlog.c

index acd42c1b0ac1a34bf62fd7c7242c9c6d5a938a10..24ec9d3a7f3fdddd7098a1b4e94a80982cce09f3 100644 (file)
@@ -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