mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Update Metadata.cpp
This commit is contained in:
parent
6f67982577
commit
ec67eab6d4
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user