mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-23 10:39:16 +00:00
put single quote around logging channel name in error message
This commit is contained in:
parent
d132769ee8
commit
02fd64a1fc
@ -56,7 +56,7 @@ category_fromconf(dns_c_logcat_t *ccat, isc_logconfig_t *lctx)
|
|||||||
if (result != ISC_R_SUCCESS) {
|
if (result != ISC_R_SUCCESS) {
|
||||||
isc_log_write(ns_g_lctx, DNS_LOGCATEGORY_CONFIG,
|
isc_log_write(ns_g_lctx, DNS_LOGCATEGORY_CONFIG,
|
||||||
NS_LOGMODULE_SERVER, ISC_LOG_ERROR,
|
NS_LOGMODULE_SERVER, ISC_LOG_ERROR,
|
||||||
"logging channel %s: %s", channelname,
|
"logging channel '%s': %s", channelname,
|
||||||
isc_result_totext(result));
|
isc_result_totext(result));
|
||||||
return (result);
|
return (result);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user