summaryrefslogtreecommitdiffstats
path: root/rcS.c
diff options
context:
space:
mode:
Diffstat (limited to 'rcS.c')
-rw-r--r--rcS.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/rcS.c b/rcS.c
index 4545621..8c72c19 100644
--- a/rcS.c
+++ b/rcS.c
@@ -55,6 +55,9 @@ static void pipe_cb(struct ustream *s, int bytes)
*newline = 0;
len = newline + 1 - str;
syslog(0, "%s", str);
+#ifdef SHOW_BOOT_ON_CONSOLE
+ fprintf(stderr, "%s\n", str);
+#endif
ustream_consume(s, len);
} while (1);
}