forked from lug/matterbridge
Update vendor (#852)
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ func (level Level) MarshalText() ([]byte, error) {
|
||||
return []byte("panic"), nil
|
||||
}
|
||||
|
||||
return nil, fmt.Errorf("not a valid lorus level %q", level)
|
||||
return nil, fmt.Errorf("not a valid logrus level %d", level)
|
||||
}
|
||||
|
||||
// A constant exposing all logging levels
|
||||
|
||||
Reference in New Issue
Block a user