From: Kean Johnston Date: Sat, 25 Jan 2014 12:40:41 +0000 (+0200) Subject: [1516] Fixed function argument indentation. X-Git-Tag: bind10-1.2.0beta1-release~112^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b00635aa7e78a7398dd00788a9f7bf19e261c9d6;p=thirdparty%2Fkea.git [1516] Fixed function argument indentation. --- diff --git a/src/bin/auth/auth_srv.cc b/src/bin/auth/auth_srv.cc index 508980912a..6732260e3e 100644 --- a/src/bin/auth/auth_srv.cc +++ b/src/bin/auth/auth_srv.cc @@ -584,7 +584,7 @@ AuthSrv::processMessage(const IOMessage& io_message, Message& message, } else if (opcode != Opcode::QUERY()) { const IOEndpoint& remote_ep = io_message.getRemoteEndpoint(); LOG_DEBUG(auth_logger, DBG_AUTH_DETAIL, AUTH_UNSUPPORTED_OPCODE) - .arg(message.getOpcode().toText()).arg(remote_ep); + .arg(message.getOpcode().toText()).arg(remote_ep); makeErrorMessage(impl_->renderer_, message, buffer, Rcode::NOTIMP(), stats_attrs, tsig_context); } else if (message.getRRCount(Message::SECTION_QUESTION) != 1) {