Skip to content

Commit

Permalink
Fix Go formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienpierre committed Dec 4, 2024
1 parent d68e76f commit 409fb42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wp2hugo/internal/hugogenerator/hugo_gen_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,9 +502,9 @@ func (g Generator) downloadPageMedia(outputMediaDirPath string, p *hugopage.Page
// If full-res image found, update target file path too
outputFilePath = _resizedMedia.ReplaceAllString(outputFilePath, "$1.$2")
log.Info().
Str("fullResLink", fullResLink).
Str("link", link).
Msg("resized thumbnail was replaced by full-resolution image")
Str("fullResLink", fullResLink).
Str("link", link).
Msg("resized thumbnail was replaced by full-resolution image")
}

if err != nil {
Expand Down

0 comments on commit 409fb42

Please sign in to comment.