]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
consistently use single quotes around varying text
authorAndreas Gustafsson <source@isc.org>
Mon, 27 Aug 2001 17:21:56 +0000 (17:21 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 27 Aug 2001 17:21:56 +0000 (17:21 +0000)
in log messages

lib/dns/rootns.c

index ee8d6c00fe35c99708577b4caf988f83c91af5f6..8439c6b5e1fdf80f0d1e88023233e1a0cfe613a4 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rootns.c,v 1.19 2001/08/27 03:35:57 marka Exp $ */
+/* $Id: rootns.c,v 1.20 2001/08/27 17:21:56 gson Exp $ */
 
 #include <config.h>
 
@@ -235,7 +235,7 @@ dns_rootns_create(isc_mem_t *mctx, dns_rdataclass_t rdclass,
        if (check_hints(db) != ISC_R_SUCCESS)
                isc_log_write(dns_lctx, DNS_LOGCATEGORY_GENERAL,
                              DNS_LOGMODULE_HINTS, ISC_LOG_WARNING,
-                             "extra data in root hints \"%s\"",
+                             "extra data in root hints '%s'",
                              (filename != NULL) ? filename : "<BUILT-IN>");
        *target = db;
        return (ISC_R_SUCCESS);