mirror of https://github.com/ikatson/rqbit
fix a typo
This commit is contained in:
parent
c569061431
commit
382799210b
|
|
@ -699,7 +699,7 @@ async fn async_main(opts: Opts, cancel: CancellationToken) -> anyhow::Result<()>
|
|||
http_api_opts.prometheus_handle = Some(handle);
|
||||
}
|
||||
Err(e) => {
|
||||
warn!("error installting prometheus recorder: {e:#}");
|
||||
warn!("error installing prometheus recorder: {e:#}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue