mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
print but better
This commit is contained in:
parent
97fe3c6271
commit
cd96497fd6
@ -44,7 +44,7 @@ namespace llarp
|
||||
{
|
||||
oxenc::bt_dict_producer btdp;
|
||||
btdp.append_encoded("local", oxen::quic::to_sv(local_rc.view()));
|
||||
log::critical(logcat, "Serializing localRC: {}", buffer_printer{local_rc.view()});
|
||||
log::critical(logcat, "Serializing localRC: {}", oxenc::to_hex(local_rc.view()));
|
||||
btdp.append("quantity", quantity);
|
||||
return std::move(btdp).str();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user