]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/tsigverifier.cc
rec: ensure correct service user on debian
[thirdparty/pdns.git] / pdns / tsigverifier.cc
index ce01c434b44ea8ef4bad99b04ba5aea00188a7de..de0471b73dde899b853c1ac6a9e4bdbda3ff7e78 100644 (file)
@@ -46,7 +46,7 @@ bool TSIGTCPVerifier::check(const string& data, const MOADNSParser& mdp)
 
   if (checkTSIG) {
     if (theirMac.empty()) {
-      throw std::runtime_error("No TSIG on AXFR response from "+d_remote.toStringWithPort()+" , should be signed with TSIG key '"+d_tt.name.toString()+"'");
+      throw std::runtime_error("No TSIG on AXFR response from "+d_remote.toStringWithPort()+" , should be signed with TSIG key '"+d_tt.name.toLogString()+"'");
     }
 
     try {