text_formatter: fix race

This commit is contained in:
Simon Eskildsen
2017-02-05 19:10:19 -05:00
parent 1726e1744a
commit 11fbf0fa42
3 changed files with 12 additions and 6 deletions
+1
View File
@@ -2,6 +2,7 @@ package main
import (
"github.com/Sirupsen/logrus"
"os"
)
var log = logrus.New()