Skip to content

Commit

Permalink
Merge pull request #23526 from HunterGerlach/main
Browse files Browse the repository at this point in the history
Fix minor spelling mistake when logging errors
  • Loading branch information
geoand authored Feb 9, 2022
2 parents 92f2971 + a817fc4 commit e85b6fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void run() {
}
System.err.println("@QuarkusTest has detected a hang, as there has been no test activity in " + hangTimeout);
System.err.println("To configure this timeout use the " + QUARKUS_TEST_HANG_DETECTION_TIMEOUT + " config property");
System.err.println("A stack track is below to help diagnose the potential hang");
System.err.println("A stack trace is below to help diagnose the potential hang");
System.err.println("=== Stack Trace ===");
ThreadInfo[] threads = ManagementFactory.getThreadMXBean().dumpAllThreads(true, true);
for (ThreadInfo info : threads) {
Expand Down

0 comments on commit e85b6fe

Please sign in to comment.