]> xenbits.xensource.com Git - libvirt.git/commit
Remove superfluous new lines from messages
authorJiri Denemark <jdenemar@redhat.com>
Tue, 19 Jan 2010 13:17:20 +0000 (14:17 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 19 Jan 2010 16:30:41 +0000 (17:30 +0100)
commit4bc3bd7b1845e2e2c16dd789fc839f413762d24f
tree38ed4a1f8f49245a1bc69a4964e0a7f64df749f0
parenta3e1f04b7688d8adf6b799307cc98826332caa0d
Remove superfluous new lines from messages

I noticed some debug messages are printed with an empty lines after
them. This patch removes these empty lines from all invocations of the
following macros:
    VIR_DEBUG
    VIR_DEBUG0
    VIR_ERROR
    VIR_ERROR0
    VIR_INFO
    VIR_WARN
    VIR_WARN0

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
13 files changed:
daemon/libvirtd.c
daemon/remote.c
src/lxc/lxc_driver.c
src/network/bridge_driver.c
src/node_device/node_device_hal.c
src/node_device/node_device_linux_sysfs.c
src/node_device/node_device_udev.c
src/qemu/qemu_driver.c
src/qemu/qemu_monitor_text.c
src/secret/secret_driver.c
src/util/pci.c
src/xen/proxy_internal.c
tools/console.c