From 1c6cb01bdcfaddb05cf3f12f951b09e7c2c5582f Mon Sep 17 00:00:00 2001 From: adrian <> Date: Thu, 10 Jan 2002 14:46:06 +0000 Subject: [PATCH] Move the 'this be aioCancel' to a debug level of 32,2 rather than 0,0 --- src/fs/aufs/async_io.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.3