mirror of
https://erdgeist.org/gitweb/opentracker
synced 2024-05-10 07:54:50 +00:00
Debug information only in debug mode.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user