diff --git a/internal/integration/wallabag/wallabag.go b/internal/integration/wallabag/wallabag.go index dcc84337..686388d6 100644 --- a/internal/integration/wallabag/wallabag.go +++ b/internal/integration/wallabag/wallabag.go @@ -83,7 +83,7 @@ func (c *Client) createEntry(accessToken, entryURL, entryTitle, entryContent, ta defer response.Body.Close() if response.StatusCode >= 400 { - return fmt.Errorf("wallabag: unable to get access token: url=%s status=%d", apiEndpoint, response.StatusCode) + return fmt.Errorf("wallabag: unable to get save entry: url=%s status=%d", apiEndpoint, response.StatusCode) } return nil