diff options
Diffstat (limited to 'unix.go')
| -rw-r--r-- | unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ func run(s string) string { // Trim leading and trailing whitespace from each line tmp := strings.TrimSpace(out.String()) // Output the results - log.Info("Command Output:", tmp) + log.Verbose("Command Output:", tmp) return tmp } |
