minor polishing

pull/1/head
Simon Let 7 years ago
parent d77b99ba42
commit 1c13978684
  1. 2
      common/resh-common.go

@ -32,6 +32,6 @@ func (r Record) Send() {
client := &http.Client{} client := &http.Client{}
_, err = client.Do(req) _, err = client.Do(req)
if err != nil { if err != nil {
log.Fatal("3", err) log.Fatal("resh-daemon is not running :(")
} }
} }

Loading…
Cancel
Save