mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 05:50:39 -05:00
formatting nit; no functional change
This commit is contained in:
parent
b6810760b1
commit
d456800909
1 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,8 @@ category_fromconf(dns_c_logcat_t *ccat, isc_logconfig_t *lctx)
|
|||
* For now, the default category is the only
|
||||
* one that works
|
||||
*/
|
||||
cat = ISC_LOGCATEGORY_DEFAULT; break;
|
||||
cat = ISC_LOGCATEGORY_DEFAULT;
|
||||
break;
|
||||
default:
|
||||
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
|
||||
NS_LOGMODULE_SERVER, ISC_LOG_WARNING,
|
||||
|
|
|
|||
Loading…
Reference in a new issue