Skip to content

Commit

Permalink
Update independent-projects/tools/analytics-common/src/main/java/io/q…
Browse files Browse the repository at this point in the history
…uarkus/analytics/util/FileUtils.java

Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
  • Loading branch information
brunobat and gsmet authored May 22, 2024
1 parent cf04fa3 commit 3638f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static <T> Optional<T> read(Class<T> clazz, Path path, MessageWriter log)
log.warn("[Quarkus build analytics] Could not read {}", path.toString(), e);
return Optional.empty();
} catch (Throwable t) {
log.error("[Quarkus build analytic] Unexpected error reading class " + t.getClass().getName() +
log.error("[Quarkus build analytics] Unexpected error reading class " + t.getClass().getName() +
" from path: " + path.toString() +
". Got message: " + t.getMessage() +
". Attempting to continue...");
Expand Down

0 comments on commit 3638f6d

Please sign in to comment.