mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Log.
This commit is contained in:
parent
810b607868
commit
d2e0aa5363
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class Gpg {
|
||||||
val pb = ProcessBuilder(allArgs)
|
val pb = ProcessBuilder(allArgs)
|
||||||
pb.directory(directory)
|
pb.directory(directory)
|
||||||
pb.inheritIO()
|
pb.inheritIO()
|
||||||
log(1, "Signing files: " + allArgs.join(" "))
|
log(2, "Signing file: " + allArgs.join(" "))
|
||||||
val process = pb.start()
|
val process = pb.start()
|
||||||
val errorCode = process.waitFor()
|
val errorCode = process.waitFor()
|
||||||
if (errorCode != 0) {
|
if (errorCode != 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue