This commit is contained in:
aozhiwei 2022-12-27 08:37:28 +08:00
parent b64621b7b5
commit 39ad1180c8

View File

@ -25,9 +25,10 @@ namespace f8
bool ok = msg->ParseFromArray(hdr.buf + hdr.offset, hdr.buflen - hdr.offset);
f8::UdpLog::Instance()->Debug
(
"%s%s %s",
"%s%s:%d %s",
{
prefix,
ok ? 1 : 0,
msg->GetTypeName(),
f8::PbToJson(msg)
});