One more typo: dubug -> debug
This commit is contained in:
parent
3044f5e2b6
commit
a7f0bfbda6
1 changed files with 1 additions and 1 deletions
|
@ -3261,7 +3261,7 @@ fn main() {
|
||||||
error!("This is an error log")
|
error!("This is an error log")
|
||||||
warn!("This is a warn log")
|
warn!("This is a warn log")
|
||||||
info!("this is an info log")
|
info!("this is an info log")
|
||||||
debug!("This is a dubug log")
|
debug!("This is a debug log")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue