mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Drop \n at the end of VIR_DEBUG messages
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
@@ -161,7 +161,7 @@ testSocketIncoming(virNetSocketPtr sock,
|
||||
void *opaque)
|
||||
{
|
||||
virNetSocketPtr *retsock = opaque;
|
||||
VIR_DEBUG("Incoming sock=%p events=%d\n", sock, events);
|
||||
VIR_DEBUG("Incoming sock=%p events=%d", sock, events);
|
||||
*retsock = sock;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user