summaryrefslogtreecommitdiff
path: root/exec.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-20 09:39:36 -0600
committerJeff Carr <[email protected]>2025-02-20 09:39:36 -0600
commit590ce71782e7374b3d82eeed33c39dfd706b0b95 (patch)
tree6d63f98e74d7dc80490654adfbd6d956cf51dba8 /exec.go
parent2b1f7f54d5585d69c4372f0005ecdd2db5351000 (diff)
new autogenpbv0.22.27
Diffstat (limited to 'exec.go')
-rw-r--r--exec.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/exec.go b/exec.go
index 49294d2..16f4967 100644
--- a/exec.go
+++ b/exec.go
@@ -63,6 +63,7 @@ func PathExecVerbose(path string, args []string) error {
process.Stdin = os.Stdin
process.Stdout = os.Stdout
err := process.Run()
+ log.Info("Exec() cmd:", args)
if err != nil {
log.Info("ExecCheck() err", err)
return err