Skip to content

Commit

Permalink
Update server/monitor/src/main/java/org/apache/accumulo/monitor/next/…
Browse files Browse the repository at this point in the history
…InformationFetcher.java

Co-authored-by: Christopher Tubbs <[email protected]>
  • Loading branch information
dlmarion and ctubbsii authored Jan 23, 2025
1 parent ae1f471 commit 627e3f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void run() {
"TableNotFoundException thrown while trying to gather information for table: " + table,
e);
} catch (Exception e) {
LOG.warn("Interrupted while trying to gather information for table: {}", table);
LOG.warn("Interrupted while trying to gather information for table: {}", table, e);
}
}
}
Expand Down

0 comments on commit 627e3f5

Please sign in to comment.