From 9ba24b9e784071846fba99eabe3b95ca11e79bee Mon Sep 17 00:00:00 2001 From: nanbor Date: Mon, 13 Dec 1999 08:56:34 +0000 Subject: ChangeLogTag:Mon Dec 13 02:49:04 1999 Nanbor Wang --- ace/Memory_Pool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ace/Memory_Pool.cpp b/ace/Memory_Pool.cpp index 70db109a259..ba222ac11a0 100644 --- a/ace/Memory_Pool.cpp +++ b/ace/Memory_Pool.cpp @@ -400,7 +400,7 @@ int ACE_MMAP_Memory_Pool::remap (void *addr) { ACE_TRACE ("ACE_MMAP_Memory_Pool::remap"); - ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("Remapping with fault address at: %X\n"), addr)); + // ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("Remapping with fault address at: %X\n"), addr)); off_t current_map_size = ACE_OS::filesize (this->mmap_.handle ()); // ACE_OS::lseek (this->mmap_.handle (), 0, SEEK_END); -- cgit v1.2.1