From e2572b0617ca5946d944d10051b2d16e8dcb4a68 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Thu, 30 May 2013 00:16:06 +0200 Subject: [PATCH 1/1] group debug output better --- hmland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmland.c b/hmland.c index cde993b..8e5a8e9 100644 --- a/hmland.c +++ b/hmland.c @@ -251,7 +251,7 @@ static int hmlan_parse_in(int fd, void *data) inpos = buf; if (debug) - fprintf(stderr, "LAN > %s\n", buf); + fprintf(stderr, "\nLAN > %s", buf); while (inpos < inend) { uint8_t *instart = inpos; -- 2.39.2