Skip to content

Commit ee82e9c

Browse files
committed
Update message to sound less ominous
1 parent 3f99d74 commit ee82e9c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

agent_api/src/main/java/dev/aikido/agent_api/collectors/SpringAnnotationCollector.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ public static void report(Parameter parameter, Object value) {
3636
if (context == null) {
3737
logger.error(
3838
"Received Spring Annotations, but no context set." +
39-
"This is likely because of incompatibility with your current Spring version or " +
40-
"because of a bug in the Spring wrapper.");
39+
"This is likely because of an incompatibility with your current Spring setup.");
4140
return;
4241
}
4342

0 commit comments

Comments
 (0)