diff options
-rw-r--r-- | opentracker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c index 936d702..58e4822 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -724,7 +724,7 @@ int main( int argc, char **argv ) { | |||
724 | #ifdef _DEBUG_RANDOMTORRENTS | 724 | #ifdef _DEBUG_RANDOMTORRENTS |
725 | fprintf(stderr, "DEBUG: Generating %d 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 | fprintf(stderr, "... done.\n"); |
728 | #endif | 728 | #endif |
729 | 729 | ||
730 | if( statefile ) | 730 | if( statefile ) |