mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Pass the "raw" log message to each virLogOutputFunc
In addition to the preformatted text line, pass the raw message as well, to allow the output functions to use a different output format. Signed-off-by: Miloslav Trmač <mitr@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
committed by
Daniel P. Berrange
parent
ac707017e7
commit
a5fa3322c8
@@ -486,6 +486,7 @@ virtTestLogOutput(const char *category ATTRIBUTE_UNUSED,
|
||||
long long lineno ATTRIBUTE_UNUSED,
|
||||
const char *timestamp,
|
||||
unsigned int flags,
|
||||
const char *rawstr ATTRIBUTE_UNUSED,
|
||||
const char *str,
|
||||
void *data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user