From fcb52ccc99679460640386c297023f852b108f68 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 2 Apr 2008 11:04:51 +0300 Subject: ubi-utils: fix printing typos Signed-off-by: Artem Bityutskiy --- ubi-utils/new-utils/src/ubiupdatevol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubi-utils/new-utils/src/ubiupdatevol.c') diff --git a/ubi-utils/new-utils/src/ubiupdatevol.c b/ubi-utils/new-utils/src/ubiupdatevol.c index 76d9f4e..5c67fc9 100644 --- a/ubi-utils/new-utils/src/ubiupdatevol.c +++ b/ubi-utils/new-utils/src/ubiupdatevol.c @@ -211,7 +211,7 @@ static int update_volume(libubi_t libubi, struct ubi_vol_info *vol_info) err = stat(args.img, &st); if (err < 0) { - errmsg("stat failed on \"%s\"", args.node); + errmsg("stat failed on \"%s\"", args.img); goto out_free; } -- cgit v1.2.3