Signed-off-by: Sandeep Bansal <sabansal@microsoft.com>
@@ -639,7 +639,7 @@ func (d *driver) CreateEndpoint(nid, eid string, ifInfo driverapi.InterfaceInfo,
}
if err = d.storeUpdate(endpoint); err != nil {
- return fmt.Errorf("failed to save endpoint %s to store: %v", endpoint.id[0:7], err)
+ logrus.Errorf("Failed to save endpoint %s to store: %v", endpoint.id[0:7], err)
return nil