Skip to content

Commit

Permalink
WELD-365 Only a partial fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
drallen committed Jan 7, 2010
1 parent 336d0ca commit 63708c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/src/main/java/org/jboss/weld/logging/Category.java
Expand Up @@ -14,7 +14,7 @@ public enum Category
CONVERSATION("Conversation"),
CONTEXT("Context");

private static final String LOG_PREFIX = "Weld/";
private static final String LOG_PREFIX = "org.jboss.weld.";

private final String name;

Expand Down

0 comments on commit 63708c8

Please sign in to comment.