Skip to content

Commit

Permalink
unbreak client example
Browse files Browse the repository at this point in the history
  • Loading branch information
scottlamb committed Jul 15, 2022
1 parent a7942f7 commit bb3baf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mod mp4;
mod onvif;

use anyhow::Error;
use log::error;
use log::{error, info};
use std::str::FromStr;
use structopt::StructOpt;

Expand Down

0 comments on commit bb3baf0

Please sign in to comment.