From e7fb1f97a5f95bcfd1d924b345f98bc0b496f5c0 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 10 Feb 2021 20:28:16 +0100 Subject: Print to streams instead of serial console --- apps/init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index 3cb4527..bb9a556 100644 --- a/apps/init.c +++ b/apps/init.c @@ -9,8 +9,7 @@ int main(int argc, char **argv) { (void)argc; - /* printf("ARGC: %d\n", argc); */ - /* printf("[%s loaded]\n", argv[0]); */ + log("%s loaded\n", argv[0]); int wm = exec("/bin/wm", "wm", argv[1], NULL); int exec = exec("/bin/exec", "test", NULL); -- cgit v1.2.3