mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 03:29:55 +08:00
add warning message
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user