mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 22:17:39 +03:00
msgpipeline: Fix log messages missing for separate (not endpoint) pipelines
This commit is contained in:
parent
1c42a70533
commit
51ccd84011
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ func (m *Module) Init(cfg *config.Map) error {
|
|||
return err
|
||||
}
|
||||
m.MsgPipeline = p
|
||||
m.MsgPipeline.Log = m.log
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue