From 6cc057f180acfa90d673f03709801388ec415dee Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 8 Sep 2014 10:50:48 +0200 Subject: hwstub: trivial changes Change-Id: Iacb1721db1ae59d5f359d244fd68234915e611cf --- utils/hwstub/tools/hwstub_load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/hwstub/tools/hwstub_load.cpp') diff --git a/utils/hwstub/tools/hwstub_load.cpp b/utils/hwstub/tools/hwstub_load.cpp index f1d17b79d2..119f6d7c58 100644 --- a/utils/hwstub/tools/hwstub_load.cpp +++ b/utils/hwstub/tools/hwstub_load.cpp @@ -269,7 +269,7 @@ int main(int argc, char **argv) ret = hwstub_rw_mem(hwdev, 0, addr, buffer, size); if(ret != (int)size) { - fprintf(stderr, "Image write failed\n"); + fprintf(stderr, "Image write failed: %d\n", ret); goto Lerr; } hwstub_jump(hwdev, addr); -- cgit v1.2.3