From: adrian <> Date: Thu, 10 Jan 2002 14:46:06 +0000 (+0000) Subject: Move the 'this be aioCancel' to a debug level of 32,2 rather than 0,0 X-Git-Tag: SQUID_3_0_PRE1~1207 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c6cb01bdcfaddb05cf3f12f951b09e7c2c5582f;p=thirdparty%2Fsquid.git Move the 'this be aioCancel' to a debug level of 32,2 rather than 0,0 --- diff --git a/src/fs/aufs/async_io.cc b/src/fs/aufs/async_io.cc index 4c07b506d2..f2b7368d6a 100644 --- a/src/fs/aufs/async_io.cc +++ b/src/fs/aufs/async_io.cc @@ -1,6 +1,6 @@ /* - * $Id: async_io.cc,v 1.10 2001/10/17 14:59:34 hno Exp $ + * $Id: async_io.cc,v 1.11 2002/01/10 07:46:06 adrian Exp $ * * DEBUG: section 32 Asynchronous Disk I/O * AUTHOR: Pete Bentley @@ -166,7 +166,7 @@ aioCancel(int fd) their_data = curr->done_handler_data; curr->done_handler = NULL; curr->done_handler_data = NULL; - debug(0, 0) ("this be aioCancel\n"); + debug(32, 2) ("this be aioCancel\n"); if (cbdataValid(their_data)) done_handler(fd, their_data, -2, -2); cbdataUnlock(their_data);