logging format 'human': continue printing prefixed fields if some are missing

This commit is contained in:
Christian Schwarz
2018-08-26 19:03:50 +02:00
parent a0f72b585b
commit ee5445777d
4 changed files with 7 additions and 10 deletions
-1
View File
@@ -105,7 +105,6 @@ type Receiver interface {
fsrep.Receiver
}
type FilteredError struct{ fs string }
func NewFilteredError(fs string) *FilteredError {