mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
more verbose logging
This commit is contained in:
parent
27ab4f7c0b
commit
6e5ad5dbc8
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ func (self *TopologyMapper) AllocateFragment(db, frame string, slice_int int) er
|
|||
case 400: //key already present
|
||||
return errors.New("Fragment creation already in process:" + lock_key)
|
||||
default:
|
||||
log.Println(spew.Sdump(response))
|
||||
return errors.New(fmt.Sprintf("Unknown Etcd status:%d", response.StatusCode))
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue