We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa6661 commit 3cc7234Copy full SHA for 3cc7234
marker/jvm-marker/src/main/kotlin/spp/jetbrains/marker/jvm/detect/endpoint/VertxEndpoint.kt
@@ -59,7 +59,7 @@ class VertxEndpoint : JVMEndpointDetector.JVMEndpointNameDetector {
59
val callerExpressions = try {
60
artifact.getCallerExpressions()
61
} catch (e: IllegalArgumentException) {
62
- log.warn("Failed to get caller expressions for ${artifact.getFullyQualifiedName()}", e)
+ log.warn("Failed to get caller expressions for ${artifact.getFullyQualifiedName()}. Reason: $e")
63
fallbackSearch = true
64
emptyList()
65
}
0 commit comments