Merge pull request #18854 from ktoso/mwip-more-idleTimeout-client-tests-ktoso

=str #17732 covered all client APIs to check if idle timeouts work
This commit is contained in:
Konrad Malawski 2015-11-10 10:55:48 +01:00
commit 42ff7d7a59
2 changed files with 138 additions and 66 deletions

View file

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