mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
change f.path to f.path()
This commit is contained in:
parent
d6cba17a01
commit
d10e45648b
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ func (s *prioritySnapshotQueueScanner) ProcessFragment(f *fragment) error {
|
|||
s.hits++
|
||||
select {
|
||||
case s.queue <- snapshotRequest{frag: f, when: time.Now()}:
|
||||
s.sq.logger.Debugf("found fragment needing snapshot: %s\n", f.path)
|
||||
s.sq.logger.Debugf("found fragment needing snapshot: %s\n", f.path())
|
||||
case <-s.ctx.Done():
|
||||
return io.EOF
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue