mirror of
https://github.com/CPunch/Laika.git
synced 2026-02-04 23:40:03 +00:00
Renamed 'CERROR' & 'CWARN' to LAIKA_ERROR & LAIKA_WARN
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user