mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 00:10:59 +01:00
modules/client/keys/claim: Improve errorlog message for keys claim.
This commit is contained in:
parent
09ba5ee455
commit
ad4f28a2ce
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue