mirror of https://github.com/BOINC/boinc.git
Reduced redundant verbosity in debug mode
svn path=/trunk/boinc/; revision=5453
This commit is contained in:
parent
1e2c3e1266
commit
bc7a5cf597
|
@ -518,12 +518,14 @@ bool do_pass() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
log_messages.printf(SCHED_MSG_LOG::NORMAL,
|
if (do_pass_purged_workunits) {
|
||||||
"Archived %d workunits and %d results\n",
|
log_messages.printf(SCHED_MSG_LOG::NORMAL,
|
||||||
do_pass_purged_workunits,do_pass_purged_results
|
"Archived %d workunits and %d results\n",
|
||||||
);
|
do_pass_purged_workunits,do_pass_purged_results
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
if (wu_stored_in_file>0) {
|
if (did_something && wu_stored_in_file>0) {
|
||||||
log_messages.printf(SCHED_MSG_LOG::DEBUG,
|
log_messages.printf(SCHED_MSG_LOG::DEBUG,
|
||||||
"Currently open archive files contain %d workunits\n",
|
"Currently open archive files contain %d workunits\n",
|
||||||
wu_stored_in_file);
|
wu_stored_in_file);
|
||||||
|
|
Loading…
Reference in New Issue