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