duxinglangzi
2022-09-06 ed3a1614384279b7d3a97e7411b649476a934ddb
src/main/java/com/duxinglangzi/canal/starter/configuration/CanalListenerEndpointRegistrar.java
@@ -57,7 +57,7 @@
            throw new IllegalArgumentException("@CanalListener Method Parameter Type Invalid, " +
                    "Need Parameter Type [ com.duxinglangzi.canal.starter.mode.CanalMessage ] please check ");
        if (StringUtils.isNotBlank(getDestination()) && !sets.contains(getDestination()))
            throw new CanalClientException("@CanalListener Illegal destination , please check ");
            throw new CanalClientException("@CanalListener Illegal destination  " + getDestination() + ", please check ");
    }