]> granicus.if.org Git - pdns/commitdiff
Fix typo in two log messages
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 14 Jul 2017 17:55:53 +0000 (19:55 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 14 Jul 2017 17:55:53 +0000 (19:55 +0200)
pdns/secpoll-auth.cc
pdns/secpoll-recursor.cc

index 84ed625090f50f04521d96cfc28b39376df403d9..2178a2d1454c5948981eb4b899d9079bdae5c849 100644 (file)
@@ -65,7 +65,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 19ad912144576ce1802de698813213048c8e1574..872e641c3f21c7a83abf642d4c1a1e0ee970ca71 100644 (file)
@@ -70,7 +70,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;