summaryrefslogtreecommitdiff
path: root/unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'unix.go')
-rw-r--r--unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.go b/unix.go
index b6841ff..8ca4824 100644
--- a/unix.go
+++ b/unix.go
@@ -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
}