]> granicus.if.org Git - pdns/commitdiff
Add newline to carbon error message on auth
authorAki Tuomi <cmouse@desteem.org>
Sat, 7 Feb 2015 20:03:13 +0000 (22:03 +0200)
committerAki Tuomi <cmouse@desteem.org>
Sat, 7 Feb 2015 20:03:13 +0000 (22:03 +0200)
pdns/auth-carbon.cc

index 5b87f04d0a99862f098f5dfe2cd9ec885247e284..1d9ebea715e3b19a718bbd77738e15e9a0b1f7f5 100644 (file)
@@ -57,7 +57,7 @@ try
       if(ret < 0)
        L<<Logger::Warning<<"Error writing carbon data to "<<remote.toStringWithPort()<<": "<<strerror(errno)<<endl;
       if(ret==0)
-       L<<Logger::Warning<<"EOF writing carbon data to "<<remote.toStringWithPort();
+       L<<Logger::Warning<<"EOF writing carbon data to "<<remote.toStringWithPort()<<endl;
     }
     catch(std::exception& e) {
       L<<Logger::Warning<<"Problem sending carbon data: "<<e.what()<<endl;