Update Metadata.cpp

This commit is contained in:
Kseniia Sumarokova 2024-10-23 18:03:33 +02:00 committed by GitHub
parent 6f67982577
commit ec67eab6d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ void KeyMetadata::assertAccess(const UserID & user_id_) const
{
throw Exception(ErrorCodes::FILECACHE_ACCESS_DENIED,
"Metadata for key {} belongs to another user",
key.toString(), user.user_id, user_id_);
key.toString());
}
}