Skip to content

Commit 90a6fdf

Browse files
committed
Try printing thread dump info to log.
1 parent e32ce7f commit 90a6fdf

File tree

1 file changed

+1
-1
lines changed
  • java-components/domain-proxy/common/src/main/java/com/redhat/hacbs/domainproxy/common

1 file changed

+1
-1
lines changed

java-components/domain-proxy/common/src/main/java/com/redhat/hacbs/domainproxy/common/CommonIOUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ public static void threadDump() throws IOException {
190190
}
191191
//}
192192

193-
LOG.infof(threadDumpStr);
193+
LOG.info(threadDumpStr);
194194
}
195195
}

0 commit comments

Comments
 (0)