commands, helpers, vendor: Update to the latest jww logger

Updates #2701
This commit is contained in:
Bjørn Erik Pedersen
2017-01-03 16:57:43 +01:00
parent 2ac9817eae
commit c344b1901f
3 changed files with 20 additions and 8 deletions

View File

@@ -252,7 +252,7 @@ func NewDistinctErrorLogger() *DistinctLogger {
// NewDistinctFeedbackLogger creates a new DistinctLogger that can be used
// to give feedback to the user while not spamming with duplicates.
func NewDistinctFeedbackLogger() *DistinctLogger {
return &DistinctLogger{m: make(map[string]bool), logger: &jww.FEEDBACK}
return &DistinctLogger{m: make(map[string]bool), logger: jww.FEEDBACK}
}
var (