(svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the

verb is build/built/built not build/*/build or build/*/builded.
This commit is contained in:
Darkvater
2006-11-03 01:18:40 +00:00
parent a9fa6fd506
commit ac2b6f39b1
7 changed files with 11 additions and 11 deletions

View File

@@ -153,7 +153,7 @@ protected:
// some statistics
if (last_date != _date) {
last_date = _date;
DEBUG(yapf, 1)("pf time today:%5d ms\n", _total_pf_time_us / 1000);
DEBUG(yapf, 1) ("pf time today:%5d ms", _total_pf_time_us / 1000);
_total_pf_time_us = 0;
}