corrections from code review

This commit is contained in:
Michael Barz
2022-10-17 17:22:33 +02:00
parent 0b7297d1b4
commit f84fbdd6ff
6 changed files with 10 additions and 10 deletions
@@ -78,7 +78,7 @@ func (s Thumbnails) GetThumbnail(w http.ResponseWriter, r *http.Request) {
thumbnail, err := s.manager.GetThumbnail(key)
if err != nil {
logger.Error().
logger.Debug().
Err(err).
Str("key", key).
Msg("could not get the thumbnail")