From eab41dab6b08945021210bd0c1a18416186f11d2 Mon Sep 17 00:00:00 2001 From: Per Abich Date: Tue, 18 Feb 2020 16:56:31 +0100 Subject: [PATCH] Fixed compile failure --- systemd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.go b/systemd.go index 232cae6..e459c8b 100644 --- a/systemd.go +++ b/systemd.go @@ -112,7 +112,7 @@ func (e *PostfixExporter) CollectLogfileFromJournal() error { if c == 0 { break } - e.CollectFromLogline(m) + e.CollectFromLogLine(m) } return nil