small spelling fix: 'no' to 'not'

This commit is contained in:
Thibault Molleman
2025-08-02 14:22:54 +02:00
committed by Andrew Gaul
parent 50bb76f968
commit 7112471a80
3 changed files with 10 additions and 10 deletions

View File

@ -5859,7 +5859,7 @@ int main(int argc, char* argv[])
// Check free disk space for maultipart request
if(!FdManager::IsSafeDiskSpace(nullptr, S3fsCurl::GetMultipartSize() * ThreadPoolMan::GetWorkerCount())){
// Try to clean cache dir and retry
S3FS_PRN_WARN("No enough disk space for s3fs, try to clean cache dir");
S3FS_PRN_WARN("Not enough disk space for s3fs, try to clean cache dir");
FdManager::get()->CleanupCacheDir();
if(!FdManager::IsSafeDiskSpace(nullptr, S3fsCurl::GetMultipartSize() * ThreadPoolMan::GetWorkerCount(), true)){