]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
virlog: Modify virLogParseDefaultPriority's comment of return value
authorZhou Yimin <zhouyimin@huawei.com>
Fri, 21 Mar 2014 06:52:40 +0000 (14:52 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 21 Mar 2014 10:19:51 +0000 (11:19 +0100)
commit835a1cdf85ccd0e2ffc48eb4544408808474eb4d
treeee421d55c842e07a337a27a57fd13ff4ee1295be
parentb7a5a6ab57b52b4bd979a48329a452151b86c12c
virlog: Modify virLogParseDefaultPriority's comment of return value

virLogParseDefaultPriority's successful return value is the same as
virLogSetDefaultPriority's successful return value. So it should be 0
rather than the parsed log level.

Signed-off-by: Zhou Yimin <zhouyimin@huawei.com>
src/util/virlog.c