[libvirt PATCH 0/2] util: misc syslog fixes

Daniel P. Berrangé posted 2 patches 2 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220118164901.383860-1-berrange@redhat.com
src/util/virlog.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
[libvirt PATCH 0/2] util: misc syslog fixes
Posted by Daniel P. Berrangé 2 years, 3 months ago

Daniel P. Berrangé (2):
  util: fix syslog facility value
  util: set facility when opening syslog channel

 src/util/virlog.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

-- 
2.33.1


Re: [libvirt PATCH 0/2] util: misc syslog fixes
Posted by Ján Tomko 2 years, 3 months ago
On a Tuesday in 2022, Daniel P. Berrangé wrote:
>
>
>Daniel P. Berrangé (2):
>  util: fix syslog facility value
>  util: set facility when opening syslog channel
>
> src/util/virlog.c | 10 ++++++++--
> 1 file changed, 8 insertions(+), 2 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano