aboutsummaryrefslogtreecommitdiff
path: root/apps/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/init.c')
-rw-r--r--apps/init.c3
1 files changed, 1 insertions, 2 deletions
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);