From: Amos Jeffries Date: Fri, 29 Jan 2010 10:22:23 +0000 (+1300) Subject: Bump AIO debug sync message down a level X-Git-Tag: SQUID_3_1_0_16~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b29bf619055120867ae69d4413cdd9ae3ba31186;p=thirdparty%2Fsquid.git Bump AIO debug sync message down a level --- diff --git a/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc b/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc index 69f79c7abd..d97be3a7eb 100644 --- a/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc +++ b/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc @@ -180,13 +180,13 @@ DiskThreadsIOStrategy::sync() return; /* nothing to do then */ /* Flush all pending operations */ - debugs(32, 1, "aioSync: flushing pending I/O operations"); + debugs(32, 2, "aioSync: flushing pending I/O operations"); do { callback(); } while (squidaio_sync()); - debugs(32, 1, "aioSync: done"); + debugs(32, 2, "aioSync: done"); } DiskThreadsIOStrategy::DiskThreadsIOStrategy() : initialised (false) {}