BIND 10 trac2445, updated. 0b06fc6c1993467408bdb7f109affe029a834e3d [2445] style fix: folded a long line

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Dec 3 19:02:48 UTC 2012


The branch, trac2445 has been updated
       via  0b06fc6c1993467408bdb7f109affe029a834e3d (commit)
      from  7cf0d504794bbf42d15015af1d42ba1cf7fcd82f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0b06fc6c1993467408bdb7f109affe029a834e3d
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Dec 3 11:02:35 2012 -0800

    [2445] style fix: folded a long line

-----------------------------------------------------------------------

Summary of changes:
 src/lib/log/log_buffer.cc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/log/log_buffer.cc b/src/lib/log/log_buffer.cc
index 326a4b7..c054611 100644
--- a/src/lib/log/log_buffer.cc
+++ b/src/lib/log/log_buffer.cc
@@ -72,7 +72,8 @@ void
 LogBuffer::flush() {
     for (size_t i = 0; i < stored_.size(); ++i) {
         const log4cplus::spi::InternalLoggingEvent event(stored_.at(i));
-        log4cplus::Logger logger = log4cplus::Logger::getInstance(event.getLoggerName());
+        log4cplus::Logger logger =
+            log4cplus::Logger::getInstance(event.getLoggerName());
 
         logger.log(event.getLogLevel(), event.getMessage());
     }



More information about the bind10-changes mailing list