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:
parent
7fb6b2e778
commit
ad3a0170db
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue