aboutsummaryrefslogtreecommitdiffstats
path: root/go/task_runner/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/task_runner/main.go')
-rw-r--r--go/task_runner/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/task_runner/main.go b/go/task_runner/main.go
index c69b89db..fb35144c 100644
--- a/go/task_runner/main.go
+++ b/go/task_runner/main.go
@@ -41,7 +41,7 @@ func main() {
log.SetOutput(os.Stdout)
client, err := get_redis_client()
if err != nil {
- log.Println(err)
+ log.Fatal(err)
}
for {