One more typo: dubug -> debug
This commit is contained in:
parent
3044f5e2b6
commit
a7f0bfbda6
@ -3261,7 +3261,7 @@ fn main() {
|
||||
error!("This is an error log")
|
||||
warn!("This is a warn log")
|
||||
info!("this is an info log")
|
||||
debug!("This is a dubug log")
|
||||
debug!("This is a debug log")
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user