mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00: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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user