Skip to content

Commit b31cdd2

Browse files
WFLY-7228 Improve log message
1 parent d4db74e commit b31cdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weld/common/src/main/java/org/jboss/as/weld/logging/WeldLogger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public interface WeldLogger extends BasicLogger {
113113
void beansXmlValidationError(URL file, int line , String message);
114114

115115
@LogMessage(level = Logger.Level.WARN)
116-
@Message(id = 13, value = "Deployment %s contains CDI annotations but no bean archive was not found. (No beans.xml or class with bean defining annotations was present)")
116+
@Message(id = 13, value = "Deployment %s contains CDI annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).")
117117
void cdiAnnotationsButNotBeanArchive(String deploymentUnit);
118118

119119
@LogMessage(level = Logger.Level.ERROR)

0 commit comments

Comments
 (0)