]> 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)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 7 Nov 2017 20:25:52 +0000 (21:25 +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 4266445644033f7553c481f3dd90c5d48c65bbf3..c3d0532f257356383d047c2765822ceebcf52ecb 100644 (file)
@@ -69,7 +69,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;