]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1578] unrelated doc fix: corrected description of MEM_SUPER_STOP log.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 1 Feb 2012 04:11:38 +0000 (20:11 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 1 Feb 2012 04:11:38 +0000 (20:11 -0800)
src/lib/datasrc/datasrc_messages.mes
src/lib/datasrc/memory_datasrc.cc

index e7b642a31fee195cbfb614d9cb82fab2ba33ad2d..9f4ebdf6074b99343895e24fb055f3c6c161b4bc 100644 (file)
@@ -376,7 +376,7 @@ Some resource types are singletons -- only one is allowed in a domain
 % DATASRC_MEM_SUCCESS query for '%1/%2' successful
 Debug information. The requested record was found.
 
-% DATASRC_MEM_SUPER_STOP stopped at superdomain '%1', domain '%2' is empty
+% DATASRC_MEM_SUPER_STOP stopped at subdomain of '%1', meaning it's empty
 Debug information. The search stopped at a superdomain of the requested
 domain. The domain is an empty nonterminal, therefore it is treated  as NXRRSET
 case (eg. the domain exists, but it doesn't have the requested record type).
index a082b47ab9e9256008758da71b3ce46e0ed16b9c..92e005e6e603d4ebb978117301f2e7f251e69540 100644 (file)
@@ -697,7 +697,7 @@ struct InMemoryZoneFinder::InMemoryZoneFinderImpl {
                 if (node_path.getLastComparisonResult().getRelation() ==
                     NameComparisonResult::SUPERDOMAIN) {
                     LOG_DEBUG(logger, DBG_TRACE_DATA, DATASRC_MEM_SUPER_STOP).
-                        arg(node_path.getAbsoluteName()).arg(name);
+                        arg(name);
                     return (createFindResult(NXRRSET, ConstRRsetPtr(), false));
                 }