mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-05 09:54:15 +00:00
Merge pull request #885 from ryzhovau/spaces
Cosmetic changes for "Host XXX.YY not inside I2P network" message
This commit is contained in:
commit
ca121f80ee
@ -309,7 +309,7 @@ namespace proxy {
|
|||||||
GenericProxyError("Outproxy failure", "bad outproxy settings");
|
GenericProxyError("Outproxy failure", "bad outproxy settings");
|
||||||
} else {
|
} else {
|
||||||
LogPrint (eLogWarning, "HTTPProxy: outproxy failure for ", dest_host, ": no outprxy enabled");
|
LogPrint (eLogWarning, "HTTPProxy: outproxy failure for ", dest_host, ": no outprxy enabled");
|
||||||
std::string message = "Host" + dest_host + "not inside I2P network, but outproxy is not enabled";
|
std::string message = "Host " + dest_host + " not inside I2P network, but outproxy is not enabled";
|
||||||
GenericProxyError("Outproxy failure", message.c_str());
|
GenericProxyError("Outproxy failure", message.c_str());
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user