thpatch / thcrap

Touhou Community Reliant Automatic Patcher
https://www.thpatch.net
The Unlicense
565 stars 42 forks source link

Write the error string on files.js download error #239

Closed brliron closed 1 year ago

brliron commented 1 year ago

Because it's nice to know why an update failed.

Should be an easy fix at https://github.com/thpatch/thcrap/blob/beb32924fc0034c46c848f1bcc8788f1f4d4e561/thcrap_update/src/update.cpp#L243 , just add httpStatus.get() and httpStatus.toString() in the log_printf.

brliron commented 1 year ago

Done in 51ac34aba0e478f101541bb24a8e0c12d57c9c86