Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Apr 24, 2009
1 parent fc51b84 commit ba40f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/jgroups/blocks/BasicConnectionTable.java
Expand Up @@ -503,8 +503,8 @@ Address readPeerAddress(Socket client_sock) throws Exception {
if(Version.isBinaryCompatible(version) == false) {
if(log.isWarnEnabled())
log.warn(new StringBuffer("packet from ").append(client_addr).append(':').append(client_port).
append(" has different version (").append(version).append(") from ours (").
append(Version.print(Version.version)).append("). This may cause problems"));
append(" has different version (").append(Version.print(version)).append(") from ours (").
append(Version.printVersion()).append("). This may cause problems"));
}
client_peer_addr=new IpAddress();
client_peer_addr.readFrom(in);
Expand Down

0 comments on commit ba40f9b

Please sign in to comment.