Skip to content

Commit

Permalink
#1625 improve debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
borissmidt committed Dec 17, 2021
1 parent 95a4ef0 commit f307575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/scalapblib/src/ScalaPBWorker.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ScalaPBWorker {
s"--scala_out=${opts}${generatedDirectory.getCanonicalPath}",
s"--proto_path=${root.getCanonicalPath}"
) ++ sources.map(_.getCanonicalPath)
ctx.log.debug(args.mkString(" "))
ctx.log.debug(s"ScalaPBC args: ${args.mkString(" ")}")
mainMethod.invoke(null, args.toArray)
}
}
Expand Down

0 comments on commit f307575

Please sign in to comment.