Skip to content

Commit 0163ba4

Browse files
authored
Update debug.rs (#7721)
1 parent db359e6 commit 0163ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ macro_rules! runtime_print {
134134
use core::fmt::Write;
135135
let mut w = $crate::sp_std::Writer::default();
136136
let _ = core::write!(&mut w, $($arg)+);
137-
sp_io::misc::print_utf8(&w.inner())
137+
$crate::sp_io::misc::print_utf8(&w.inner())
138138
}
139139
}
140140
}

0 commit comments

Comments
 (0)