mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13:39 +00:00
Add more logs
This commit is contained in:
@@ -110,7 +110,7 @@ func (a *App) getDeals(id int, firstPage int, lastPage int) []Topic {
|
||||
err = json.Unmarshal([]byte(body), &response)
|
||||
|
||||
if err != nil {
|
||||
log.Warn().Msgf("could not unmarshal response body: %s\n", err)
|
||||
log.Warn().Msgf("could not unmarshal response body: %s\n %s", err)
|
||||
}
|
||||
|
||||
t = append(t, response.Topics...)
|
||||
|
Reference in New Issue
Block a user