From b29bf619055120867ae69d4413cdd9ae3ba31186 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 29 Jan 2010 23:22:23 +1300 Subject: [PATCH] Bump AIO debug sync message down a level --- src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {} -- 2.47.3