]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Remove new lines from log messages
authorJiri Denemark <jdenemar@redhat.com>
Tue, 27 Oct 2015 18:14:01 +0000 (19:14 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 4 Nov 2015 12:09:35 +0000 (13:09 +0100)
commite4ee04363613ff0fc876dd906a37e1d1fa0bf354
treedb9d4c8b8dfdf501b45e0a6ab72ac31df747cb19
parent630341a215c3ba027b75e44af4488f066a0c6437
Remove new lines from log messages

VIR_DEBUG and VIR_WARN will automatically add a new line to the message,
having "\n" at the end or at the beginning of the message results in
empty lines.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
13 files changed:
src/libvirt.c
src/nwfilter/nwfilter_dhcpsnoop.c
src/nwfilter/nwfilter_gentech_driver.c
src/nwfilter/nwfilter_learnipaddr.c
src/rpc/virnetsocket.c
src/util/virfile.c
src/util/virhash.c
src/util/virnetdevmacvlan.c
src/util/virprocess.c
src/xen/xend_internal.c
tests/virhostdevtest.c
tests/virnetsockettest.c
tests/virtimetest.c