forked from github/server
Way too verbose, baby.
This commit is contained in:
parent
a92a8b1b7a
commit
86cbda822d
1 changed files with 6 additions and 3 deletions
|
@ -1394,13 +1394,16 @@ 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;
|
||||
|
||||
errno = 0;
|
||||
if (verbosity>=2) {
|
||||
log_stdio(stdout, "Reports for %s:", factionname(f));
|
||||
fflush(stdout);
|
||||
|
||||
}
|
||||
for (;rtype!=NULL;rtype=rtype->next) {
|
||||
if (f->options & rtype->flag) {
|
||||
char filename[MAX_PATH];
|
||||
|
|
Loading…
Reference in a new issue