summaryrefslogtreecommitdiffstats
path: root/common/cmd_zfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_zfs.c')
-rw-r--r--common/cmd_zfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_zfs.c b/common/cmd_zfs.c
index 911086809b..0aed29e9b2 100644
--- a/common/cmd_zfs.c
+++ b/common/cmd_zfs.c
@@ -95,7 +95,7 @@ static int do_zfs_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]
memset(&zfile, 0, sizeof(zfile));
zfile.device = &vdev;
if (zfs_open(&zfile, filename)) {
- printf("** File not found %s\n", filename);
+ printf("** File not found %s **\n", filename);
return 1;
}
OpenPOWER on IntegriCloud