We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32f217 commit 138e419Copy full SHA for 138e419
akka-actor/src/main/scala/akka/actor/ActorSystem.scala
@@ -1506,7 +1506,8 @@ private[akka] class ActorSystemImpl(
1506
}
1507
1508
if (buildExpiry.isEmpty && expiry.isEmpty) {
1509
- log.info(s"License check succeeded for $issuer user $user. License is perpetual.")
+ val versionString = if (buildVersion.isDefined) s" only for an Akka version of ${buildVersion.get}" else ""
1510
+ log.info(s"License check succeeded for $issuer user $user. License is perpetual$versionString.")
1511
1512
1513
0 commit comments