Compare commits

..

No commits in common. "7207dcc01c4fe51011556dd5db520bb54ad66333" and "ec410198242311ea53da2553efd6e0351adb88d1" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class BasicEventHandler<T> implements ApplicationListener<BasicEvent<T>>
try {
l.onEvent(event);
} catch (Exception e) {
log.error("{}监听器处理事件时发生异常:{}", l.getClass(), e.getMessage());
log.error("{}监听器处理事件时发生异常:{}", l, e.getMessage());
}
});
}