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

index 50a26730f220bb379c8a742ec01f432c268de06e..bb28aa8ff9862faab5f04251ef2aac540411592a 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.483.36.43 2011/12/20 00:16:21 marka Exp $ */
+/* $Id: zone.c,v 1.483.36.44 2011/12/20 00:31:09 marka Exp $ */
 
 /*! \file */
 
@@ -11141,7 +11141,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);