Browse Source

[2429] clarified the RFC1035-TTL semantics warning further

JINMEI Tatuya 12 years ago
parent
commit
62f943fe6b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/dns/master_loader.cc

+ 2 - 1
src/lib/dns/master_loader.cc

@@ -250,7 +250,8 @@ private:
             // Omitted (class and) TTL values are default to the last
             // explicitly stated values (RFC 1035, Sec. 5.1).
             callbacks_.warning(lexer_.getSourceName(), current_line,
-                               "using RFC1035 TTL semantics");
+                               "using RFC1035 TTL semantics; default to the "
+                               "last explicitly stated TTL");
             warn_rfc1035_ttl_ = false; // we only warn about this once
         }
         assert(current_ttl_);