Skip to content

Commit

Permalink
Fix usage of the old debug! macros
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 1, 2013
1 parent 320af9b commit 62855e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/ext/expand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ pub fn std_macros() -> @str {
if lvl <= __log_level() {
format_args!(|args| {
::std::logging::log(lvl, args)
}, \"{}\", fmt!(\"{:?}\", $arg))
}, \"{}\", fmt!(\"%?\", $arg))
}
});
($lvl:expr, $($arg:expr),+) => ({
Expand Down

5 comments on commit 62855e2

@bors
Copy link
Contributor

@bors bors commented on 62855e2 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at alexcrichton@62855e2

@bors
Copy link
Contributor

@bors bors commented on 62855e2 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/fix-fmt = 62855e2 into auto

@bors
Copy link
Contributor

@bors bors commented on 62855e2 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/fix-fmt = 62855e2 merged ok, testing candidate = 24a2537

@bors
Copy link
Contributor

@bors bors commented on 62855e2 Oct 1, 2013

@bors
Copy link
Contributor

@bors bors commented on 62855e2 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 24a2537

Please sign in to comment.