[libvirt] [PATCH 2/5]: Cleanup carriage returns in util.c

In src/util.c, virLog is just a wrapper around fprintf(stderr). Make sure to put line breaks at the end of lines that use virLog() (noticed during testing). Changes since last time: None Signed-off-by: Chris Lalancette <clalance@redhat.com>

On Mon, Jun 16, 2008 at 03:52:36PM +0200, Chris Lalancette wrote:
In src/util.c, virLog is just a wrapper around fprintf(stderr). Make sure to put line breaks at the end of lines that use virLog() (noticed during testing).
Looks fine to me, but IMHO we should instead switch to the normal libvirt error reporting, +1 Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/

Chris Lalancette wrote:
In src/util.c, virLog is just a wrapper around fprintf(stderr). Make sure to put line breaks at the end of lines that use virLog() (noticed during testing).
Changes since last time: None
Signed-off-by: Chris Lalancette <clalance@redhat.com>
Committed Chris Lalancette
participants (2)
-
Chris Lalancette
-
Daniel Veillard