Skip to content

Commit

Permalink
fix: add version
Browse files Browse the repository at this point in the history
  • Loading branch information
halwu(吴浩麟) committed May 30, 2017
1 parent 9a0dee3 commit da522e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func main() {
time.Sleep(1 * time.Second)
}
}()
log.Println("start livego", version)
log.Println("start livego, version", version)
stream := rtmp.NewRtmpStream()
hlsServer := startHls()
startHTTPFlv(stream)
Expand Down

0 comments on commit da522e2

Please sign in to comment.