more verbose output killed

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

View File

@ -1421,7 +1421,7 @@ write_reports(faction * f, time_t ltime)
backup *= 2; backup *= 2;
} }
} }
else { else if (verbosity>=2) {
puts(" DONE"); puts(" DONE");
} }
} while (errno); } while (errno);