diff options
Diffstat (limited to 'opentracker.c')
-rw-r--r-- | opentracker.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c index 8e04907..8d56ed6 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -722,7 +722,8 @@ int main( int argc, char **argv ) { | |||
722 | trackerlogic_init( ); | 722 | trackerlogic_init( ); |
723 | 723 | ||
724 | #ifdef _DEBUG_RANDOMTORRENTS | 724 | #ifdef _DEBUG_RANDOMTORRENTS |
725 | trackerlogic_add_random_torrents(1024*1024*1); | 725 | fprintf(stderr, "DEBUG: Generating %zd random peers on random torrents. This may take a while. (Setting RANDOMTORRENTS in trackerlogic.h\n", RANDOMTORRENTS); |
726 | trackerlogic_add_random_torrents(RANDOMTORRENTS); | ||
726 | #endif | 727 | #endif |
727 | 728 | ||
728 | if( statefile ) | 729 | if( statefile ) |