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
cd43738245
commit
0ca45a5cbc
|
@ -110,7 +110,7 @@ func (c *ChunkReadAt) doReadAt(p []byte, offset int64) (n int, err error) {
|
||||||
|
|
||||||
if remaining > 0 && c.fileSize > startOffset {
|
if remaining > 0 && c.fileSize > startOffset {
|
||||||
delta := int(min(remaining, c.fileSize - startOffset))
|
delta := int(min(remaining, c.fileSize - startOffset))
|
||||||
glog.V(4).Infof("zero2 [%d,%d)", n, n+delta)
|
glog.V(4).Infof("zero2 [%d,%d) of file size %d bytes", startOffset, startOffset+int64(delta), c.fileSize)
|
||||||
n += delta
|
n += delta
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue