Skip to content

Commit 62855e2

Browse files
committed
Fix usage of the old debug! macros
1 parent 320af9b commit 62855e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ext/expand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ pub fn std_macros() -> @str {
821821
if lvl <= __log_level() {
822822
format_args!(|args| {
823823
::std::logging::log(lvl, args)
824-
}, \"{}\", fmt!(\"{:?}\", $arg))
824+
}, \"{}\", fmt!(\"%?\", $arg))
825825
}
826826
});
827827
($lvl:expr, $($arg:expr),+) => ({

0 commit comments

Comments
 (0)