1
This commit is contained in:
parent
b64621b7b5
commit
39ad1180c8
@ -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)
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user