diff --git a/impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/bootstrap/AbstractLifecycleBootstrap.java b/impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/bootstrap/AbstractLifecycleBootstrap.java index cee8f57..705fdc7 100644 --- a/impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/bootstrap/AbstractLifecycleBootstrap.java +++ b/impl/core/src/main/java/br/gov/frameworkdemoiselle/internal/bootstrap/AbstractLifecycleBootstrap.java @@ -128,7 +128,7 @@ public abstract class AbstractLifecycleBootstrap implement @SuppressWarnings({ "unchecked", "rawtypes" }) protected synchronized void proccessEvent() { - getLogger().debug(getBundle().getString("executing-all", annotationClass.getSimpleName())); + getLogger().debug(getBundle().getString("executing-all", getAnnotationClass().getSimpleName())); Collections.sort(processors); Throwable failure = null; -- libgit2 0.21.2