X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=rcS.c;h=0e1b0ba979b0a0a79f1ac907dc0b5e2791edc733;hp=eb1c46789b02ae21e06231c4ea64cc8ae349ee29;hb=09c09dc870148c99a546243f434e546aafaa6b89;hpb=e0d53880a4f12d2f7f1b134ca1abcc9a6a2bb9e5 diff --git a/rcS.c b/rcS.c index eb1c467..0e1b0ba 100644 --- a/rcS.c +++ b/rcS.c @@ -54,7 +54,7 @@ static void pipe_cb(struct ustream *s, int bytes) break; *newline = 0; len = newline + 1 - str; - syslog(0, str); + syslog(0, "%s", str); ustream_consume(s, len); } while (1); }