summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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