James Moger
2013-09-30 699e71e76b15081baf746c6ce9c9144f7e5f1ff9
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();
   }