Fix typo
This commit is contained in:
parent
b34c2464b3
commit
5a0800c0fd
2 changed files with 2 additions and 2 deletions
|
|
@ -441,7 +441,7 @@ async fn async_main(opts: Opts, cancel: CancellationToken) -> anyhow::Result<()>
|
|||
})?;
|
||||
|
||||
match librqbit::try_increase_nofile_limit() {
|
||||
Ok(limit) => info!(limit = limit, "inreased open file limit"),
|
||||
Ok(limit) => info!(limit = limit, "increased open file limit"),
|
||||
Err(e) => warn!("failed increasing open file limit: {:#}", e),
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -389,7 +389,7 @@ async fn start() {
|
|||
.unwrap();
|
||||
|
||||
match librqbit::try_increase_nofile_limit() {
|
||||
Ok(limit) => info!(limit = limit, "inreased open file limit"),
|
||||
Ok(limit) => info!(limit = limit, "increased open file limit"),
|
||||
Err(e) => warn!("failed increasing open file limit: {:#}", e),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue