mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
fix log typo
This commit is contained in:
parent
c87f3f8632
commit
89715e720c
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ func (self *RemoteSetBit) MergeResults(local_results []SBResult) []SBResult {
|
|||
go func(id util.GUID) {
|
||||
value, err := self.service.Hold.Get(&id, 10) //eiher need to be the frame process or the handler process?
|
||||
if value == nil {
|
||||
log.Println("Bad RemoteSetBi Result:", err)
|
||||
log.Println("Bad RemoteSetBit Result:", err)
|
||||
empty := make([]SBResult, 0, 0)
|
||||
answers <- empty
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue