0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 04:38:52 +02:00

ircd::db: Fix formatting; fix format string.

This commit is contained in:
Jason Volk 2020-02-27 14:22:52 -08:00
parent db6b809a2b
commit 59d90f69c2

View file

@ -7268,7 +7268,7 @@ ircd::db::error::error(const rocksdb::Status &s)
{
fmt::sprintf
{
buf, "(%u:%u:%u %s): %s",
buf, "(%u:%u:%u %s) :%s",
this->code,
this->subcode,
this->severity,