This commit is contained in:
zzz
2012-09-04 13:46:31 +00:00
parent bb66e16b69
commit 666a387d1b

View File

@@ -539,7 +539,7 @@ public class NTCPTransport extends TransportImpl {
try {
bindToAddr = InetAddress.getByName(bindTo);
} catch (UnknownHostException uhe) {
_log.log(Log.CRIT, "Invalid SSU bind interface specified [" + bindTo + "]", uhe);
_log.log(Log.CRIT, "Invalid NTCP bind interface specified [" + bindTo + "]", uhe);
// this can be implemented later, just updates some stats
// see udp/UDPTransport.java
//setReachabilityStatus(CommSystemFacade.STATUS_HOSED);