updated warning messages
This commit is contained in:
parent
c22c55feda
commit
7e17ff9d4a
|
@ -517,8 +517,8 @@ namespace libtorrent
|
|||
std::string tracker_address_type = target_address.address().is_v4() ? "IPv4" : "IPv6";
|
||||
std::string bind_address_type = bind_interface().is_v4() ? "IPv4" : "IPv6";
|
||||
requester().tracker_warning("the tracker only resolves to an "
|
||||
+ tracker_address_type + " address, and your listen interface is an "
|
||||
+ bind_address_type + " address. This may prevent you from incoming connections.");
|
||||
+ tracker_address_type + " address, and you're listening on an "
|
||||
+ bind_address_type + " socket. This may prevent you from receiving incoming connections.");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
@ -131,8 +131,8 @@ namespace libtorrent
|
|||
std::string tracker_address_type = target_address.address().is_v4() ? "IPv4" : "IPv6";
|
||||
std::string bind_address_type = bind_interface().is_v4() ? "IPv4" : "IPv6";
|
||||
requester().tracker_warning("the tracker only resolves to an "
|
||||
+ tracker_address_type + " address, and your listen interface is an "
|
||||
+ bind_address_type + " address. This may prevent you from incoming connections.");
|
||||
+ tracker_address_type + " address, and you're listening on an "
|
||||
+ bind_address_type + " socket. This may prevent you from receiving incoming connections.");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue