]> 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>
Thu, 5 Mar 2015 16:12:49 +0000 (18:12 +0200)
pdns/auth-carbon.cc

index a1811fbaaa66f2abd3e6898e89025acc35a8928f..5cfbd4694324b61208e7ecd63146f4fc82643743 100644 (file)
@@ -56,7 +56,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;