]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2108] Fix covered type in exception message
authorMukund Sivaraman <muks@isc.org>
Thu, 6 Sep 2012 04:34:12 +0000 (10:04 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 6 Sep 2012 04:34:12 +0000 (10:04 +0530)
src/lib/datasrc/memory/memory_client.cc

index 1a04036c4746193403855ed0b3354d8c56935515..f85aafbdb776f0c41993a0d1be7d8972db2afb51 100644 (file)
@@ -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);
             }
         }