msgpipeline: Fix log messages missing for separate (not endpoint) pipelines

This commit is contained in:
fox.cpp 2020-10-31 12:29:05 +03:00
parent 1c42a70533
commit 51ccd84011
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0

View file

@ -52,6 +52,7 @@ func (m *Module) Init(cfg *config.Map) error {
return err
}
m.MsgPipeline = p
m.MsgPipeline.Log = m.log
return nil
}