From 4a440b06cef2999739f9f86ea1bce7a0e8cf72d3 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Thu, 31 Aug 2006 12:56:40 +0000 Subject: [PATCH] removed superflous comment --- src/filter_log.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/filter_log.cpp b/src/filter_log.cpp index 21ff476..a1baf48 100644 --- a/src/filter_log.cpp +++ b/src/filter_log.cpp @@ -1,9 +1,10 @@ -/* $Id: filter_log.cpp,v 1.25 2006-08-30 14:37:11 marc Exp $ +/* $Id: filter_log.cpp,v 1.26 2006-08-31 12:56:40 marc Exp $ Copyright (c) 2005-2006, Index Data. See the LICENSE file for details */ +#include "filter_log.hpp" #include "config.hpp" #include "package.hpp" @@ -15,7 +16,6 @@ #include "gduutil.hpp" #include "util.hpp" #include "xmlutil.hpp" -#include "filter_log.hpp" #include #include @@ -98,7 +98,7 @@ void yf::Log::process(mp::Package &package) const boost::posix_time::ptime receive_time = boost::posix_time::microsec_clock::local_time(); - //std::ostringstream msg; + // scope for locking Ostream { -- 1.7.10.4