Do not log TURN errors with prefix "error when handling datagram" (#1494)

These could happen normally in a poor network.
This commit is contained in:
Raja Subramanian
2023-03-06 12:12:42 +05:30
committed by GitHub
parent c3b9849328
commit e2ebb22b3a
+3
View File
@@ -30,6 +30,9 @@ var (
"Error reading first packet from",
"error closing connection",
},
"turn": {
"error when handling datagram",
},
}
)