* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: update.c,v 1.94 2002/01/22 16:05:51 bwelling Exp $ */
+/* $Id: update.c,v 1.95 2002/01/22 21:45:07 gson Exp $ */
#include <config.h>
/**************************************************************************/
+static void
+update_log(ns_client_t *client, dns_zone_t *zone,
+ int level, const char *fmt, ...) ISC_FORMAT_PRINTF(4, 5);
+
static void
update_log(ns_client_t *client, dns_zone_t *zone,
int level, const char *fmt, ...)
update_log(client, zone,
LOGLEVEL_PROTOCOL,
"delete all rrsets from "
- "name '%s'");
+ "name '%s'", namestr);
}
if (dns_name_equal(name, zonename)) {
CHECK(delete_if(type_not_soa_nor_ns_p,