mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-05 08:36:56 +08:00
debug: add some log
This commit is contained in:
@@ -325,7 +325,7 @@ func (opt *Plugin) Pull(streamPath string, url string, puller IPuller, save int)
|
||||
pullConf := conf.GetPullConfig()
|
||||
if save < 2 {
|
||||
zurl := zap.String("url", url)
|
||||
zpath := zap.String("path", streamPath)
|
||||
zpath := zap.String("stream", streamPath)
|
||||
opt.Info("pull", zpath, zurl)
|
||||
puller.init(streamPath, url, pullConf)
|
||||
opt.AssignPubConfig(puller.GetPublisher())
|
||||
|
Reference in New Issue
Block a user