2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

formatting nit; no functional change

This commit is contained in:
Michael Graff
2000-02-29 20:09:37 +00:00
parent b6810760b1
commit d456800909

View File

@@ -63,7 +63,8 @@ category_fromconf(dns_c_logcat_t *ccat, isc_logconfig_t *lctx)
* For now, the default category is the only * For now, the default category is the only
* one that works * one that works
*/ */
cat = ISC_LOGCATEGORY_DEFAULT; break; cat = ISC_LOGCATEGORY_DEFAULT;
break;
default: default:
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
NS_LOGMODULE_SERVER, ISC_LOG_WARNING, NS_LOGMODULE_SERVER, ISC_LOG_WARNING,