summaryrefslogtreecommitdiffstats
path: root/common/blspec.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/blspec.c')
-rw-r--r--common/blspec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/blspec.c b/common/blspec.c
index 500eb076ff..095809b470 100644
--- a/common/blspec.c
+++ b/common/blspec.c
@@ -537,7 +537,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;
}