summaryrefslogtreecommitdiff
path: root/gateways.go
diff options
context:
space:
mode:
Diffstat (limited to 'gateways.go')
-rw-r--r--gateways.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gateways.go b/gateways.go
index a72ea73..7020b96 100644
--- a/gateways.go
+++ b/gateways.go
@@ -69,6 +69,7 @@ func (b *bonafide) getGateways() ([]gateway, error) {
func (b *bonafide) fetchEipJSON() error {
resp, err := b.client.Post(b.eipAPI, "", nil)
if err != nil {
+ log.Println("Error fetching json: ", err)
return err
}
defer resp.Body.Close()