James Moger
2015-11-19 e41e8f8c3bc9f5edab1d271464364f95620ece8c
src/main/java/com/gitblit/fanout/FanoutConstants.java
@@ -25,11 +25,11 @@
   public final static String CH_DEBUG = "debug";
   public final static String MSG_CONNECTED = "connected...";
   public final static String MSG_BUSY = "busy";
   public static String getRemoteSocketId(Socket socket) {
      return socket.getInetAddress().getHostAddress() + ":" + socket.getPort();
   }
   public static String getLocalSocketId(Socket socket) {
      return socket.getInetAddress().getHostAddress() + ":" + socket.getLocalPort();
   }