Fixed compile failure

This commit is contained in:
Per Abich 2020-02-18 16:56:31 +01:00
parent 3af4390187
commit eab41dab6b

View File

@ -112,7 +112,7 @@ func (e *PostfixExporter) CollectLogfileFromJournal() error {
if c == 0 {
break
}
e.CollectFromLogline(m)
e.CollectFromLogLine(m)
}
return nil