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:
Jiri Denemark
2018-09-17 17:06:30 +02:00
parent 8e8a9dc3fa
commit 602ecdf2ab
3 changed files with 4 additions and 4 deletions

View File

@@ -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;
}