crash fix: provide missing param to format string

This commit is contained in:
Eric House 2014-11-22 17:08:17 -08:00
parent 6eaf7a57b5
commit 4b635791d7

View file

@ -1690,7 +1690,8 @@ handle_udp_packet( UdpThreadClosure* utc )
AddrInfo addr( g_udpsock, clientToken, utc->saddr() );
(void)processMessage( ptr, end - ptr, &addr );
} else {
logf( XW_LOGERROR, "%s: dropping packet with token of 0" );
logf( XW_LOGERROR, "%s: dropping packet with token of 0",
__func__ );
}
break;
}