0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-01 19:22:53 +01:00

modules/media/download: Minor cleanup.

This commit is contained in:
Jason Volk 2020-03-13 14:51:44 -07:00
parent 0fb19b85ca
commit d136fd75f5

View file

@ -142,7 +142,8 @@ get__download_local(client &client,
}) })
}; };
if(unlikely(read != file_size)) log::error if(unlikely(read != file_size))
log::error
{ {
m::media::log, "File %s/%s [%s] size mismatch: expected %zu got %zu", m::media::log, "File %s/%s [%s] size mismatch: expected %zu got %zu",
server, server,