mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
consistently use single quotes around varying text
in log messages
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user