mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue