use error logger
This commit is contained in:
parent
452ff61525
commit
c3b986ad2d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ fn main() {
|
||||||
thread::sleep(Duration::from_millis(300));
|
thread::sleep(Duration::from_millis(300));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
info!("{} not found in LoL champs", &id);
|
error!("{} not found in LoL champs", &id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue