mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add warning message
This commit is contained in:
parent
9782ace1bd
commit
f5a8382933
|
@ -135,6 +135,7 @@ func (s *Store) Write(i VolumeId, n *Needle) uint32 {
|
|||
if v := s.volumes[i]; v != nil {
|
||||
return v.write(n)
|
||||
}
|
||||
log.Println("volume",i, "not found!")
|
||||
return 0
|
||||
}
|
||||
func (s *Store) Delete(i VolumeId, n *Needle) uint32 {
|
||||
|
|
Loading…
Reference in a new issue