fix typo in i2p logs

This commit is contained in:
creating2morrow 2023-05-22 13:46:28 -04:00
parent e568c9a31e
commit 155c69f2d9

View file

@ -193,7 +193,7 @@ pub async fn check_connection() -> ProxyStatus {
debug!("http proxy is open");
ProxyStatus::Open
} else {
debug!("http proxy is open");
debug!("http proxy is opening");
ProxyStatus::Opening
}
}