]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: whitespace
authorKees Monshouwer <mind04@monshouwer.org>
Tue, 30 Jan 2018 23:18:51 +0000 (00:18 +0100)
committermind04 <mind04@monshouwer.org>
Tue, 30 Jan 2018 23:18:51 +0000 (00:18 +0100)
pdns/dbdnsseckeeper.cc

index 0a4a548f5eab0cd4e15c85416f775fb5eb3b7210..7303b038380270c9a058493257920f15e3016b8e 100644 (file)
@@ -677,10 +677,10 @@ bool DNSSECKeeper::rectifyZone(const DNSName& zone, string& error, string& info,
     }
     else if(!narrow) {
       if(!isOptOut) {
-       infostream<<"Adding NSEC3 hashed ordering information for '"<<zone<<"'";
+        infostream<<"Adding NSEC3 hashed ordering information for '"<<zone<<"'";
       }
       else {
-       infostream<<"Adding NSEC3 opt-out hashed ordering information for '"<<zone<<"'";
+        infostream<<"Adding NSEC3 opt-out hashed ordering information for '"<<zone<<"'";
       }
     } else {
       infostream<<"Erasing NSEC3 ordering since we are narrow, only setting 'auth' fields";