Skip to content

Commit 3cc7234

Browse files
committed
chore: warn
1 parent 5aa6661 commit 3cc7234

File tree

1 file changed

+1
-1
lines changed
  • marker/jvm-marker/src/main/kotlin/spp/jetbrains/marker/jvm/detect/endpoint

1 file changed

+1
-1
lines changed

marker/jvm-marker/src/main/kotlin/spp/jetbrains/marker/jvm/detect/endpoint/VertxEndpoint.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class VertxEndpoint : JVMEndpointDetector.JVMEndpointNameDetector {
5959
val callerExpressions = try {
6060
artifact.getCallerExpressions()
6161
} catch (e: IllegalArgumentException) {
62-
log.warn("Failed to get caller expressions for ${artifact.getFullyQualifiedName()}", e)
62+
log.warn("Failed to get caller expressions for ${artifact.getFullyQualifiedName()}. Reason: $e")
6363
fallbackSearch = true
6464
emptyList()
6565
}

0 commit comments

Comments
 (0)