From: Michael Gernoth Date: Wed, 29 May 2013 22:16:06 +0000 (+0200) Subject: group debug output better X-Git-Tag: v0.100~98 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/commitdiff_plain/e2572b0617ca5946d944d10051b2d16e8dcb4a68 group debug output better --- 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;