more error context

This commit is contained in:
jaffee 2017-01-19 10:44:02 -06:00
parent c763701f08
commit 1e5be4f027

View file

@ -96,7 +96,7 @@ func (c *RemoteCluster) Start() error {
}
err = w.Close()
if err != nil {
return err
return fmt.Errorf("closing config writer: %v", err)
}
// Start pilosa on remote host