mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:02:04 -04:00
Merge branch 'michal/log-plugin-unloading-at-debug-level' into 'master'
Log plugin unloading at debug level See merge request isc-projects/bind9!1608
This commit is contained in:
commit
0e67a73bdf
1 changed files with 2 additions and 2 deletions
|
|
@ -231,7 +231,7 @@ unload_plugin(ns_plugin_t **pluginp) {
|
|||
*pluginp = NULL;
|
||||
|
||||
isc_log_write(ns_lctx, NS_LOGCATEGORY_GENERAL,
|
||||
NS_LOGMODULE_HOOKS, ISC_LOG_INFO,
|
||||
NS_LOGMODULE_HOOKS, ISC_LOG_DEBUG(1),
|
||||
"unloading plugin '%s'", plugin->modpath);
|
||||
|
||||
if (plugin->inst != NULL) {
|
||||
|
|
@ -352,7 +352,7 @@ unload_plugin(ns_plugin_t **pluginp) {
|
|||
*pluginp = NULL;
|
||||
|
||||
isc_log_write(ns_lctx, NS_LOGCATEGORY_GENERAL,
|
||||
NS_LOGMODULE_HOOKS, ISC_LOG_INFO,
|
||||
NS_LOGMODULE_HOOKS, ISC_LOG_DEBUG(1),
|
||||
"unloading plugin '%s'", plugin->modpath);
|
||||
|
||||
if (plugin->inst != NULL) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue