Browse Source

[2108] Fix covered type in exception message

Mukund Sivaraman 12 years ago
parent
commit
37ef5a70b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/memory_client.cc

+ 1 - 1
src/lib/datasrc/memory/memory_client.cc

@@ -372,7 +372,7 @@ public:
                           "RRSIG is being added, "
                           "but doesn't match the last RR's type: "
                           << last_rrset_->getType() << " vs. "
-                          << rrsig->getType());
+                          << covered);
             }
         }