Index: uspace/app/init/init.c
===================================================================
--- uspace/app/init/init.c	(revision df747bd860be487b22575c317302963f8f84a570)
+++ uspace/app/init/init.c	(revision c26eb39d3afe159030a5371ffb25e31eb057f14a)
@@ -214,5 +214,5 @@
 	snprintf(term, MAX_DEVICE_NAME, "%s/%s", DEVFS_MOUNT_POINT, dev);
 	
-	printf(NAME ": Spawning %s with %s\n", APP_GETTERM, term);
+	printf(NAME ": Spawning %s with %s %s\n", APP_GETTERM, term, app);
 	
 	/* Wait for the terminal device to be ready */
@@ -227,5 +227,6 @@
 		
 		if (!task_spawn(APP_GETTERM, argv))
-			printf(NAME ": Error spawning %s with %s\n", APP_GETTERM, term);
+			printf(NAME ": Error spawning %s with %s %s\n", APP_GETTERM,
+			    term, app);
 	} else
 		printf(NAME ": Error waiting on %s\n", term);
