]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
claried log message when no active private keys are found to use for
authorEvan Hunt <each@isc.org>
Fri, 4 Dec 2009 20:32:07 +0000 (20:32 +0000)
committerEvan Hunt <each@isc.org>
Fri, 4 Dec 2009 20:32:07 +0000 (20:32 +0000)
signing. [rt20690]

bin/named/update.c

index ad03826eb89c8bb2baa7434d11fa5c8e96d7be49..1208984591be76064aa05bd57902a360e3893157 100644 (file)
@@ -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 <config.h>
 
@@ -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;
        }