From: Peter van Dijk Date: Mon, 9 Oct 2017 09:03:15 +0000 (+0200) Subject: fix azerty typo X-Git-Tag: rec-4.1.0-rc2~50^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5794%2Fhead;p=thirdparty%2Fpdns.git fix azerty typo --- diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index 01dfca48af..6a442ac57d 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -1258,7 +1258,7 @@ static void processUDPQuery(ClientState& cs, LocalHolders& holders, const struct bool ecsAdded = false; if (dq.useECS && ss && ss->useECS) { if (!handleEDNSClientSubnet(query, dq.size, consumed, &dq.len, &(ednsAdded), &(ecsAdded), remote, dq.ecsOverride, dq.ecsPrefixLength)) { - vinfolog("Dropping query from µs because we couldn't insert the ECS value", remote.toStringWithPort()); + vinfolog("Dropping query from %s because we couldn't insert the ECS value", remote.toStringWithPort()); return; } }