1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 19:12:07 +02:00

Fix typo in occurred

This commit is contained in:
Alexandre Iooss
2020-10-14 21:36:12 +02:00
parent c3629bdbb5
commit 772ddb1994
4 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ func ingestFrom(inputChannel chan srt.Packet) {
break
}
if err != nil {
log.Printf("Error occured while receiving SRT srtPacket of type %s: %s", srtPacket.PacketType, err)
log.Printf("Error occurred while receiving SRT srtPacket of type %s: %s", srtPacket.PacketType, err)
}
}
}