Cleanup various warnings in akka-stream #26395
This commit is contained in:
parent
c3806c9135
commit
51add23b2a
20 changed files with 44 additions and 60 deletions
|
|
@ -1471,7 +1471,7 @@ private[stream] object Collect {
|
|||
override def genString(t: Materializer): String = {
|
||||
try s"$DefaultLoggerName(${ActorMaterializerHelper.downcast(t).supervisor.path})"
|
||||
catch {
|
||||
case ex: Exception ⇒ LogSource.fromString.genString(DefaultLoggerName)
|
||||
case _: Exception ⇒ LogSource.fromString.genString(DefaultLoggerName)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue