Print instead of info

This commit is contained in:
Matthias Endler 2020-08-09 22:43:25 +02:00
parent 9a1a04125b
commit 7c51a24c44

View file

@ -130,7 +130,7 @@ fn main() -> Result<()> {
match checker.check(&link) {
true => {
if args.verbose {
info!("{}", link);
println!("{}", link);
}
}
false => {