diff options
Diffstat (limited to 'unix.go')
| -rw-r--r-- | unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ func runCmd(path string, parts []string) (error, bool, string) { thing := parts[0] parts = parts[1:] - log.Info("path =", path, "thing =", thing, "cmdline =", parts) + log.Verbose("path =", path, "thing =", thing, "cmdline =", parts) // Create the command cmd := exec.Command(thing, parts...) |
