]> xenbits.xensource.com Git - libvirt.git/commit
Pass the "raw" log message to each virLogOutputFunc
authorMiloslav Trmač <mitr@redhat.com>
Thu, 27 Sep 2012 11:45:33 +0000 (12:45 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 27 Sep 2012 11:46:26 +0000 (12:46 +0100)
commita5fa3322c8ffe0a5ec4cb77f76406a6c3f61302c
treeccacea62d073ab340afd0882e3706600c1634b0d
parentac707017e74c6300baf32e5254fa78f59679f782
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>
src/util/logging.c
src/util/logging.h
tests/testutils.c