Remove uses of log

This commit is contained in:
Brian Anderson
2013-03-08 12:39:42 -08:00
parent 2fef18abf2
commit 82f190355b
222 changed files with 874 additions and 955 deletions

View File

@@ -472,7 +472,7 @@ pub impl Printer {
fn print(&mut self, x: token, L: int) {
debug!("print %s %d (remaining line space=%d)", tok_str(x), L,
self.space);
log(debug, buf_str(copy self.token,
debug!("%s", buf_str(copy self.token,
copy self.size,
self.left,
self.right,