]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add missing s
authorMark Andrews <marka@isc.org>
Tue, 20 Dec 2011 00:26:52 +0000 (00:26 +0000)
committerMark Andrews <marka@isc.org>
Tue, 20 Dec 2011 00:26:52 +0000 (00:26 +0000)
lib/dns/zone.c

index f20c758ff9838d7983d48d41af7e5524e2df4a52..bf4d3f50c88464de5a365b0ce66a680625e910c7 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.656 2011/12/20 00:06:53 marka Exp $ */
+/* $Id: zone.c,v 1.657 2011/12/20 00:26:52 marka Exp $ */
 
 /*! \file */
 
@@ -14049,7 +14049,7 @@ zone_saveunique(dns_zone_t *zone, const char *path, const char *templat) {
        if (result != ISC_R_SUCCESS)
                goto cleanup;
 
-       dns_zone_log(zone, ISC_LOG_WARNING, "unable to load from '%'; "
+       dns_zone_log(zone, ISC_LOG_WARNING, "unable to load from '%s'; "
                     "renaming file to '%s' for failure analysis and "
                     "retransferring.", path, buf);