Skip to content

Commit 800f2a4

Browse files
author
tihiyn
committed
feat(#4505): made exception message more detailed in OyIndexed
1 parent e060638 commit 800f2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eo-maven-plugin/src/main/java/org/eolang/maven/OyIndexed.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public boolean isDirectory(final String name) throws IOException {
7777
} catch (final Exception ex) {
7878
Logger.warn(
7979
this,
80-
"Failed to check object %s in objectionary index: %[exception]s",
80+
"Failed to check object %s in objectionary index: %[exception]s. Try to check via delegate",
8181
name,
8282
ex
8383
);

0 commit comments

Comments
 (0)