Skip to content

Commit

Permalink
change martin-cp log name
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Dec 15, 2023
1 parent 780492c commit ce89a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion martin/src/bin/martin-cp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fn parse_key_value(s: &str) -> Result<(String, String), String> {
}

async fn start(copy_args: CopierArgs) -> MartinCpResult<()> {
info!("Martin-CP tile copier v{VERSION}");
info!("martin-cp tile copier v{VERSION}");

let env = OsEnv::default();
let save_config = copy_args.meta.save_config.clone();
Expand Down

0 comments on commit ce89a44

Please sign in to comment.