panlinlin
2021-04-16 c5f2aba9b20089f184ce175b58a33a881ea9e0b1
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/request/impl/OtherRequestProcessor.java
@@ -21,7 +21,7 @@
    */  
   @Override
   public void process(RequestEvent evt) {
      System.out.println("no support the method! Method:" + evt.getRequest().getMethod());
      System.out.println("Unsupported the method: " + evt.getRequest().getMethod());
   }
}