diff --git a/arangod/VocBase/datafile.c b/arangod/VocBase/datafile.c index 223347b251..07ce955f2b 100644 --- a/arangod/VocBase/datafile.c +++ b/arangod/VocBase/datafile.c @@ -678,10 +678,10 @@ static TRI_datafile_t* OpenDatafile (char const* filename, bool ignoreErrors) { // check the maximal size if (size > header._maximalSize) { - LOG_WARNING("datafile '%s' has size '%u', but maximal size is '%u'", - filename, - (unsigned int) size, - (unsigned int) header._maximalSize); + LOG_DEBUG("datafile '%s' has size '%u', but maximal size is '%u'", + filename, + (unsigned int) size, + (unsigned int) header._maximalSize); } // map datafile into memory