mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 19:49:24 +00:00
fix typo in i2p logs
This commit is contained in:
parent
e568c9a31e
commit
155c69f2d9
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ pub async fn check_connection() -> ProxyStatus {
|
||||||
debug!("http proxy is open");
|
debug!("http proxy is open");
|
||||||
ProxyStatus::Open
|
ProxyStatus::Open
|
||||||
} else {
|
} else {
|
||||||
debug!("http proxy is open");
|
debug!("http proxy is opening");
|
||||||
ProxyStatus::Opening
|
ProxyStatus::Opening
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue