mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-11-05 14:32:27 +01:00
Fix typo in occurred
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user