Fix exception message to be in sync with code

This commit is contained in:
Pablo Marcos 2022-10-18 15:58:17 +02:00
parent 79231412c9
commit fbfa2a9885

View File

@ -66,7 +66,7 @@ FileSegment::FileSegment(
{
throw Exception(
ErrorCodes::REMOTE_FS_OBJECT_CACHE_ERROR,
"Can create cell with either EMPTY, DOWNLOADED, DOWNLOADING state");
"Can only create cell with either EMPTY, DOWNLOADED or SKIP_CACHE state");
}
}
}