Browse Source

[1177] Log when DNSSEC not supported

Michal 'vorner' Vaner 13 years ago
parent
commit
ec2793914d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/datasrc/database.cc

+ 2 - 0
src/lib/datasrc/database.cc

@@ -587,6 +587,8 @@ DatabaseClient::Finder::find(const isc::dns::Name& name,
                 catch (const isc::NotImplemented&) {
                 catch (const isc::NotImplemented&) {
                     // Well, they want DNSSEC, but there is no available.
                     // Well, they want DNSSEC, but there is no available.
                     // So we don't provide anything.
                     // So we don't provide anything.
+                    LOG_INFO(logger, DATASRC_DATABASE_COVER_NSEC_UNSUPPORTED).
+                        arg(accessor_->getDBName()).arg(name);
                 }
                 }
             }
             }
             // Something is not here and we didn't decide yet what
             // Something is not here and we didn't decide yet what