0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 13:18:58 +02:00

modules/client/keys/claim: Improve errorlog message for keys claim.

This commit is contained in:
Jason Volk 2020-04-16 15:46:20 -07:00
parent 09ba5ee455
commit ad4f28a2ce

View file

@ -291,8 +291,9 @@ catch(const std::exception &e)
{
log::error
{
m::log, "user keys claim to %s :%s",
m::log, "user keys claim to %s for %zu users :%s",
remote,
queries.size(),
e.what()
};