mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust logs
This commit is contained in:
parent
22e5132b3a
commit
627b081b67
|
@ -14,7 +14,7 @@ func CreateVolumeFile(fileName string, preallocate int64, memoryMapSizeMB uint32
|
|||
return nil, e
|
||||
}
|
||||
if preallocate > 0 {
|
||||
glog.V(0).Infof("Preallocated disk space for %s is not supported", fileName)
|
||||
glog.V(2).Infof("Preallocated disk space for %s is not supported", fileName)
|
||||
}
|
||||
return NewDiskFile(file), nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue