Skip to content

Commit

Permalink
chore: add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Sep 17, 2024
1 parent 52cf24e commit 77aea82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp2hugo/internal/hugogenerator/hugo_gen_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ func (g Generator) downloadPageMedia(outputMediaDirPath string, p *hugopage.Page
Err(err).
Str("mediaLink", link).
Str("pageLink", pageURL.String()).
Str("outputFilePath", outputFilePath).
Msg("error fetching media file")
continue
}
Expand Down

0 comments on commit 77aea82

Please sign in to comment.