mirror of
https://github.com/maplibre/martin.git
synced 2024-12-24 23:45:42 +03:00
change martin-cp log name
This commit is contained in:
parent
780492c10b
commit
ce89a44a05
@ -119,7 +119,7 @@ fn parse_key_value(s: &str) -> Result<(String, String), String> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async fn start(copy_args: CopierArgs) -> MartinCpResult<()> {
|
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 env = OsEnv::default();
|
||||||
let save_config = copy_args.meta.save_config.clone();
|
let save_config = copy_args.meta.save_config.clone();
|
||||||
|
Loading…
Reference in New Issue
Block a user