From 71d5932a1439cebf4ef758e3e7ea10a1fd5ca1d3 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 24 Jun 2021 16:15:38 +0200 Subject: [PATCH] Slightly improved dnssec tools fatal message Return the offending key state identifier. --- bin/dnssec/dnssectool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dnssec/dnssectool.c b/bin/dnssec/dnssectool.c index c01a640755..7239b5e4c7 100644 --- a/bin/dnssec/dnssectool.c +++ b/bin/dnssec/dnssectool.c @@ -272,7 +272,7 @@ strtokeystate(const char *str) { return ((dst_key_state_t)i); } } - fatal("unknown key state"); + fatal("unknown key state %s", str); } isc_stdtime_t