]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix several typos in the health check code 10789/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 1 Oct 2021 11:25:59 +0000 (13:25 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 1 Oct 2021 11:25:59 +0000 (13:25 +0200)
pdns/dnsdistdist/dnsdist-healthchecks.cc

index ebca3585326e1794dfbcd60a016fc863b3fee14f..1a7030f32d3a6ba2c534dbe487a45611615d029e 100644 (file)
@@ -480,12 +480,12 @@ void handleQueuedHealthChecks(FDMultiplexer& mplexer, bool initial)
       }
       catch (const std::exception& e) {
         if (g_verboseHealthChecks) {
-          infolog("Error while delaing with a timeout for the health check response from backend %s: %s", data->d_ds->getNameWithAddr(), e.what());
+          infolog("Error while dealing with a timeout for the health check response from backend %s: %s", data->d_ds->getNameWithAddr(), e.what());
         }
       }
       catch (...) {
         if (g_verboseHealthChecks) {
-          infolog("Error while delaing with a timeout for the health check response from backend %s", data->d_ds->getNameWithAddr());
+          infolog("Error while dealing with a timeout for the health check response from backend %s", data->d_ds->getNameWithAddr());
         }
       }
     }
@@ -506,12 +506,12 @@ void handleQueuedHealthChecks(FDMultiplexer& mplexer, bool initial)
       }
       catch (const std::exception& e) {
         if (g_verboseHealthChecks) {
-          infolog("Error while delaing with a timeout for the health check response from backend %s: %s", data->d_ds->getNameWithAddr(), e.what());
+          infolog("Error while dealing with a timeout for the health check response from backend %s: %s", data->d_ds->getNameWithAddr(), e.what());
         }
       }
       catch (...) {
         if (g_verboseHealthChecks) {
-          infolog("Error while delaing with a timeout for the health check response from backend %s", data->d_ds->getNameWithAddr());
+          infolog("Error while dealing with a timeout for the health check response from backend %s", data->d_ds->getNameWithAddr());
         }
       }
     }