]> git.zerfleddert.de Git - hmcfgusb/commitdiff
group debug output better
authorMichael Gernoth <michael@gernoth.net>
Wed, 29 May 2013 22:16:06 +0000 (00:16 +0200)
committerMichael Gernoth <michael@gernoth.net>
Wed, 29 May 2013 22:16:06 +0000 (00:16 +0200)
hmland.c

index cde993b795df0b375841e64ca285894ffb578d54..8e5a8e9c15642dac33ac610e7867bec80062c8f6 100644 (file)
--- 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;
Impressum, Datenschutz