X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=rcS.c;h=48131462631b2c3ba7624195f722a032973eea0a;hp=0208a75ac76ac33a34d8f10f1978e5d9335a3e3e;hb=8d720b2c2e569885c6e1e7eab68d36f31818ed84;hpb=25554741a77bfd744c67addc1484e809417f89b9 diff --git a/rcS.c b/rcS.c index 0208a75..4813146 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(LOG_NOTICE, "%s", str); + ULOG_NOTE("%s", str); #ifdef SHOW_BOOT_ON_CONSOLE fprintf(stderr, "%s\n", str); #endif