thread keeps running. In some rare cases, however, this may indicate
an internal bug and it may be better to restart the entire program.
So the log message should be carefully examined.
+
+% AUTH_DATASRC_CLIENTS_BUILDER_LOAD_ZONE loaded zone %1/%2
+This debug message is issued when the separate thread for maintaining data
+source clients successfully loaded the named zone of the named class as a
+result of the 'loadzone' command.
switch (result) {
case datasrc::ConfigurableClientList::ZONE_RELOADED:
// Everything worked fine.
- //LOG_DEBUG(auth_logger, DBG_AUTH_OPS, AUTH_LOAD_ZONE)
- // .arg(zone_class).arg(origin);
+ LOG_DEBUG(auth_logger, DBG_AUTH_OPS,
+ AUTH_DATASRC_CLIENTS_BUILDER_LOAD_ZONE)
+ .arg(origin).arg(rrclass);
break;
case datasrc::ConfigurableClientList::ZONE_NOT_FOUND:
isc_throw(InternalCommandError, "failed to load zone " << origin