]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix typo in two log messages
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 14 Jul 2017 17:55:53 +0000 (19:55 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 13 Nov 2017 14:56:20 +0000 (15:56 +0100)
(cherry picked from commit 59d26fc8d63fd2ff924be2fa5b3bda3699081914)

pdns/secpoll-auth.cc
pdns/secpoll-recursor.cc

index 66cc0ed112302fc8dce1ef7271e87e3dedb1dc17..7f92fd4c14a0a14b247e4ed5a6bd61501703f005 100644 (file)
@@ -67,7 +67,7 @@ void doSecPoll(bool first)
     if(pkgv.find("0.0."))
       L<<Logger::Warning<<"Could not retrieve security status update for '" + pkgv + "' on '"+query+"', RCODE = "<< RCode::to_s(res)<<endl;
     else
-      L<<Logger::Warning<<"Not validating response for security status update, this a non-release version."<<endl;
+      L<<Logger::Warning<<"Not validating response for security status update, this is a non-release version."<<endl;
   }
 
   if(security_status == 1 && first) {
index c7fa5b817942a40f0fc495a1b8a4fbbfc59dd33a..6e781193dda2eb322cef41b31716d2ec8e9b7753 100644 (file)
@@ -71,7 +71,7 @@ void doSecPoll(time_t* last_secpoll)
     if(pkgv.find("0.0."))
       L<<Logger::Warning<<"Could not retrieve security status update for '" +pkgv+ "' on '"<<query<<"', RCODE = "<< RCode::to_s(res)<<endl;
     else
-      L<<Logger::Warning<<"Ignoring response for security status update, this a non-release version."<<endl;
+      L<<Logger::Warning<<"Ignoring response for security status update, this is a non-release version."<<endl;
 
     if(g_security_status == 1) // it was ok, now it is unknown
       g_security_status = 0;