From: Evan Hunt Date: Fri, 4 Dec 2009 20:32:07 +0000 (+0000) Subject: claried log message when no active private keys are found to use for X-Git-Tag: v9.7.2^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e438e293547388342f6c4c00b6ab623056076b80;p=thirdparty%2Fbind9.git claried log message when no active private keys are found to use for signing. [rt20690] --- diff --git a/bin/named/update.c b/bin/named/update.c index ad03826eb89..1208984591b 100644 --- a/bin/named/update.c +++ b/bin/named/update.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: update.c,v 1.174 2009/12/04 03:33:14 marka Exp $ */ +/* $Id: update.c,v 1.175 2009/12/04 20:32:07 each Exp $ */ #include @@ -1945,7 +1945,7 @@ add_sigs(ns_client_t *client, dns_zone_t *zone, dns_db_t *db, } if (!added_sig) { update_log(client, zone, ISC_LOG_ERROR, - "found no private keys, " + "found no active private keys, " "unable to generate any signatures"); result = ISC_R_NOTFOUND; }