missed the right spot

This commit is contained in:
Enno Rehling 2009-08-22 09:08:24 +00:00
parent 86cbda822d
commit bf365cca11
1 changed files with 3 additions and 3 deletions

View File

@ -1394,9 +1394,6 @@ write_reports(faction * f, time_t ltime)
get_seen_interval(&ctx);
get_addresses(&ctx);
if (verbosity>=1) {
log_stdio(stdout, "Writing reports for turn %d:", turn);
}
do {
report_type * rtype = report_types;
@ -1528,6 +1525,9 @@ reports(void)
int retval = 0;
char path[MAX_PATH];
if (verbosity>=1) {
log_stdio(stdout, "Writing reports for turn %d:", turn);
}
nmr_warnings();
report_donations();
remove_empty_units();