diff --git a/src/main/java/org/apache/ibatis/io/VFS.java b/src/main/java/org/apache/ibatis/io/VFS.java index 96c881ffe2e..e0408241451 100644 --- a/src/main/java/org/apache/ibatis/io/VFS.java +++ b/src/main/java/org/apache/ibatis/io/VFS.java @@ -145,7 +145,7 @@ protected static Method getMethod(Class clazz, String methodName, Class... log.error("Security exception looking for method " + clazz.getName() + "." + methodName + ". Cause: " + e); return null; } catch (NoSuchMethodException e) { - log.error("Method not found " + clazz.getName() + "." + methodName + "." + methodName + ". Cause: " + e); + log.error("Method not found " + clazz.getName() + "." + methodName + ". Cause: " + e); return null; } }