=str fix error logging in GraphInterpreter
This commit is contained in:
parent
33444c572b
commit
e2d68a0667
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ private[stream] final class GraphInterpreter(
|
|||
logic.afterPostStop()
|
||||
} catch {
|
||||
case NonFatal(e) ⇒
|
||||
log.error(s"Error during postStop in [${assembly.stages(logic.stageId)}]", e)
|
||||
log.error(e, s"Error during postStop in [${assembly.stages(logic.stageId)}]")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue