Fix typo in cmd
This commit is contained in:
		| @@ -101,7 +101,7 @@ func ActionServe(c *cli.Context) error { | ||||
| 	}() | ||||
|  | ||||
| 	// Start RTMP-server | ||||
| 	rtmpServer.Logger.Infow("Starting RTMP server.", "listen_addr", s.ListenAddr) | ||||
| 	rtmpServer.Logger.Infow("Starting RTMP server.", "listen_addr", rtmpServer.ListenAddr) | ||||
| 	if err := rtmpServer.Listen(); err != nil { | ||||
| 		return cli.Exit(err, ExitGenericError) | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user