Index: uspace/app/bdsh/input.c
===================================================================
--- uspace/app/bdsh/input.c	(revision b64073879eb2e573f0761f49da42da1b6da8214c)
+++ uspace/app/bdsh/input.c	(revision d3a2ff406f8e54173fe559bc305f9585f6ca424c)
@@ -287,7 +287,5 @@
 				to = fopen(redir_to, "w");
 				if (to == NULL) {
-					printf(
-					    "Cannot open file %s redirect to\n",
-					    redir_to);
+					printf("Cannot open file %s\n", redir_to);
 					rc = errno;
 					goto finit_with_files;
@@ -301,7 +299,5 @@
 				from = fopen(redir_from, "r");
 				if (from == NULL) {
-					printf("Cannot open file %s redirect "
-					       "from\n",
-					    redir_from);
+					printf("Cannot open file %s\n", redir_from);
 					rc = errno;
 					goto finit_with_files;
