Skip to content

Commit

Permalink
Fix issue #159 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
doriordan authored Jun 1, 2018
1 parent 083b81e commit 310d421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/scala/skuber/api/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ package object client {

private[skuber] def logError(msg: String, ex: Throwable)(implicit lc: LoggingContext) =
{
log.error(s"[ ${lc.output} - $msg ]", ex)
log.error(ex, s"[ ${lc.output} - $msg ]")
}

private[skuber] def logDebug(msg : => String)(implicit lc: LoggingContext) = {
Expand Down

0 comments on commit 310d421

Please sign in to comment.