2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 18:19:42 +00:00

put single quote around logging channel name in error message

This commit is contained in:
Andreas Gustafsson 2000-03-23 00:51:29 +00:00
parent d132769ee8
commit 02fd64a1fc

View File

@ -56,7 +56,7 @@ category_fromconf(dns_c_logcat_t *ccat, isc_logconfig_t *lctx)
if (result != ISC_R_SUCCESS) {
isc_log_write(ns_g_lctx, DNS_LOGCATEGORY_CONFIG,
NS_LOGMODULE_SERVER, ISC_LOG_ERROR,
"logging channel %s: %s", channelname,
"logging channel '%s': %s", channelname,
isc_result_totext(result));
return (result);
}