Index: uspace/app/bdsh/cmds/modules/ls/ls.c
===================================================================
--- uspace/app/bdsh/cmds/modules/ls/ls.c	(revision f2460a50f76f92f3a70ead8969f2bffd83b3a7a4)
+++ uspace/app/bdsh/cmds/modules/ls/ls.c	(revision 16f2dccd209e000faa95942cd1000cb27dbf408e)
@@ -32,4 +32,5 @@
 
 #include <errno.h>
+#include <str_error.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -184,5 +185,5 @@
 		if (rc != EOK) {
 			printf("ls: skipping bogus node %s\n", buff);
-			printf("error=%d\n", rc);
+			printf("error=%s\n", str_error_name(rc));
 			goto out;
 		}
