|
@@ -94,7 +94,7 @@ func (c *Client) createEntry(accessToken, entryURL, entryTitle, entryContent, ta
|
|
|
defer response.Body.Close()
|
|
defer response.Body.Close()
|
|
|
|
|
|
|
|
if response.StatusCode >= 400 {
|
|
if response.StatusCode >= 400 {
|
|
|
- return fmt.Errorf("wallabag: unable to get save entry: url=%s status=%d", apiEndpoint, response.StatusCode)
|
|
|
|
|
|
|
+ return fmt.Errorf("wallabag: unable to save entry: url=%s status=%d", apiEndpoint, response.StatusCode)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return nil
|
|
return nil
|