forked from github/server
more verbose output killed
This commit is contained in:
parent
bf365cca11
commit
efeba442e9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue