Show correct error when cannot bind query
This commit is contained in:
parent
350cbd7bb6
commit
fbb2f695b0
@ -276,7 +276,7 @@ public class BungeeCord extends ProxyServer
|
||||
getLogger().info( "Started query on " + future.channel().localAddress() );
|
||||
} else
|
||||
{
|
||||
getLogger().log( Level.WARNING, "Could not bind to host " + future.channel().remoteAddress(), future.cause() );
|
||||
getLogger().log( Level.WARNING, "Could not bind to host " + info.getHost(), future.cause() );
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user