Skip to content

Commit

Permalink
Minor message tweak since I was looking at it
Browse files Browse the repository at this point in the history
  • Loading branch information
unascribed committed Jul 1, 2023
1 parent b15e9ba commit 042dbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/nilloader/NilAgent.java
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ public static byte[] transform(ClassLoader loader, String className, byte[] clas
asm.add(at);
}
} catch (Throwable t) {
NilLoaderLog.log.error("Failed to check if {} can be transformed by {}", className, ct.getClass().getName(), t);
NilLoaderLog.log.error("Failed to check if {} can be {}ed by {} - assuming the answer is no", className, verb, ct.getClass().getName(), t);
}
} else {
raw.add(ct);
Expand Down

0 comments on commit 042dbd8

Please sign in to comment.