From: Nicko Dehaine Date: Fri, 24 Jan 2020 01:50:43 +0000 (-0800) Subject: Fixed travis warning X-Git-Tag: rec-4.4.0-beta1~4^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e771c5a749d52e10d24f3c1ba6458cf980057110;p=thirdparty%2Fpdns.git Fixed travis warning --- diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index 5bef9862a7..dd197c2226 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -667,7 +667,7 @@ string APLRecordContent::getZoneRepresentation(bool noDot) const { } } } else { - throw MOADNSException("Asked to decode APL record but got unknown Address Family "+d_family); + throw MOADNSException("Asked to decode APL record but got unknown Address Family"); } nm = Netmask(ca, d_prefix);