summaryrefslogtreecommitdiff
path: root/bash.go
diff options
context:
space:
mode:
Diffstat (limited to 'bash.go')
-rw-r--r--bash.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash.go b/bash.go
index 5e63e5f..5c49a39 100644
--- a/bash.go
+++ b/bash.go
@@ -54,7 +54,7 @@ func test() error {
func mainBash() {
if err := test(); err != nil {
- log.Println(logError, "exit in mainBash()")
+ debug(LogError, "exit in mainBash()")
exit(err)
}
}