One more typo: dubug -> debug

This commit is contained in:
Steve Klabnik 2013-04-03 16:59:13 -07:00
parent 3044f5e2b6
commit a7f0bfbda6

View File

@ -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")
}
```