1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add missing logging examples

This commit is contained in:
Stefan Lankes 2017-07-19 09:39:48 +02:00
parent 7fb6b2e778
commit ad3a0170db

View file

@ -52,7 +52,7 @@ pub use logging::*;
pub extern "C" fn rust_main() {
println!("Hello from Rust!");
info!("hello");
//info!("hello");
//warn!("warning");
//error!("oops");
}