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.
This commit is contained in:
Doug Goldstein 2013-01-26 18:22:41 -06:00
parent b8a32e0e94
commit 1c23ba286f

View File

@ -1261,7 +1261,6 @@ static int virLogAddOutputToJournald(int priority)
* x:file:file_path * x:file:file_path
* output to a file, with the given filepath * output to a file, with the given filepath
* In all case the x prefix is the minimal level, acting as a filter * In all case the x prefix is the minimal level, acting as a filter
* 0: everything
* 1: DEBUG * 1: DEBUG
* 2: INFO * 2: INFO
* 3: WARNING * 3: WARNING