From 57f85fc7cccab846351dc36c8c25084793b4de0a Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 17 Jul 2009 15:53:35 +0000 Subject: Debug information only in debug mode. --- ot_accesslist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot_accesslist.c') diff --git a/ot_accesslist.c b/ot_accesslist.c index e8ff74c..65eceb7 100644 --- a/ot_accesslist.c +++ b/ot_accesslist.c @@ -83,9 +83,9 @@ static void accesslist_readfile( int sig ) { /* Find start of next line */ while( read_offs < map_end && *(read_offs++) != '\n' ); } -//#ifdef _DEBUG +#ifdef _DEBUG fprintf( stderr, "Added %d info_hashes to accesslist\n", info_hash - accesslist_new ); -//#endif +#endif mmap_unmap( map, maplen); -- cgit v1.2.3