mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
parent
50e5174e86
commit
b1f4e6e4fc
2 changed files with 2 additions and 1 deletions
|
@ -637,7 +637,7 @@ class MediaRepository:
|
|||
thumbnailer = Thumbnailer(input_path)
|
||||
except ThumbnailError as e:
|
||||
logger.warning(
|
||||
"Unable to generate thumbnails for remote media %s from %s using a method of %s and type of %s: %s",
|
||||
"Unable to generate thumbnails for remote media %s from %s of type %s: %s",
|
||||
media_id,
|
||||
server_name,
|
||||
media_type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue