=str fix error logging in GraphInterpreter

This commit is contained in:
Konrad Malawski 2015-11-04 16:58:18 +01:00
parent 33444c572b
commit e2d68a0667

View file

@ -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)}]")
}
}