1
0
mirror of https://github.com/CPunch/Laika.git synced 2026-02-05 07:50:03 +00:00

Renamed 'CERROR' & 'CWARN' to LAIKA_ERROR & LAIKA_WARN

This commit is contained in:
2022-01-24 09:51:29 -06:00
parent 8133a8d3cb
commit c9fdeba4c5
8 changed files with 30 additions and 26 deletions

View File

@@ -35,7 +35,7 @@ bool laikaS_handlePeerIn(struct sLaika_peer *peer) {
/* sanity check packet ID */
if (peer->pktID >= LAIKAPKT_MAXNONE)
CERROR("received evil pktID!")
LAIKA_ERROR("received evil pktID!")
peer->pktSize = peer->pktSizeTable[peer->pktID];
break;