use error logger

This commit is contained in:
nyyu 2018-06-09 08:59:32 +02:00
parent 452ff61525
commit c3b986ad2d

View file

@ -96,7 +96,7 @@ fn main() {
thread::sleep(Duration::from_millis(300));
}
} else {
info!("{} not found in LoL champs", &id);
error!("{} not found in LoL champs", &id);
}
}
}