Skip to content

Commit

Permalink
Add crf successful log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jun 27, 2024
1 parent 2493107 commit 1b483fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/command/crf_search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use clap::{ArgAction, Parser};
use console::style;
use err::ensure_other;
use indicatif::{HumanBytes, HumanDuration, ProgressBar, ProgressStyle};
use log::info;
use std::{
io::{self, IsTerminal},
sync::Arc,
Expand Down Expand Up @@ -111,6 +112,7 @@ pub async fn crf_search(mut args: Args) -> anyhow::Result<()> {
);
}

info!("crf {} successful", best.crf());
StdoutFormat::Human.print_result(&best, input_is_image);

Ok(())
Expand Down

0 comments on commit 1b483fc

Please sign in to comment.