From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VdKlx-0004PA-0B for barebox@lists.infradead.org; Mon, 04 Nov 2013 14:04:55 +0000 From: Sascha Hauer Date: Mon, 4 Nov 2013 15:04:29 +0100 Message-Id: <1383573870-11325-11-git-send-email-s.hauer@pengutronix.de> In-Reply-To: <1383573870-11325-1-git-send-email-s.hauer@pengutronix.de> References: <1383573870-11325-1-git-send-email-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 10/11] blspec: Make error message more clear To: barebox@lists.infradead.org "Nothing found on" is a bit unspecific. Make clear that no bootspec entry is found. Signed-off-by: Sascha Hauer --- common/blspec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/blspec.c b/common/blspec.c index cfefd26..ec45f0b 100644 --- a/common/blspec.c +++ b/common/blspec.c @@ -539,7 +539,7 @@ int blspec_boot_devicename(const char *devname, int verbose, int dryrun) e = blspec_entry_default(blspec); if (!e) { - printf("Nothing found on %s\n", devname); + printf("No bootspec entry found on %s\n", devname); ret = -ENOENT; goto out; } -- 1.8.4.rc3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox