Skip to content

Commit e44b102

Browse files
committed
Fix the issue
1 parent 61eb749 commit e44b102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/CommunityCommons/javasource/communitycommons

src/CommunityCommons/javasource/communitycommons/Logging.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static void debug(String lognode, String message) {
2525
}
2626

2727
public static void warn(String lognode, String message, Throwable e) {
28-
log(lognode, LogLevel.Debug, message, e);
28+
log(lognode, LogLevel.Warning, message, e);
2929
}
3030

3131
public static void warn(String lognode, String message) {

0 commit comments

Comments
 (0)