diff options
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index eafe527c..ed88079e 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -1127,7 +1127,7 @@ static void check_bin(size_t a, const char *a_name) { if (a > 1) - err(ECANCELED, "%s above 1", a_name); + err(ECANCELED, "%s must be 0 or 1, but is %zu", a_name, a); } static void |
