mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-23 20:24:26 +08:00
cmd_zfs: normalize 'file not found' errors
Signed-off-by: Luka Perkov <luka@openwrt.org>
This commit is contained in:
parent
2e18cb267a
commit
01adbce2aa
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user