mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 20:22:16 +02:00
Fix typo in occurred
This commit is contained in:
@ -23,7 +23,7 @@ func handleStreamer(s *srtgo.SrtSocket, name string, clientDataChannels map[stri
|
||||
// 5s timeout
|
||||
n, err := s.Read(buff, 5000)
|
||||
if err != nil {
|
||||
log.Println("Error occured while reading SRT socket:", err)
|
||||
log.Println("Error occurred while reading SRT socket:", err)
|
||||
break
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user