zom-ponks / rpcs3-gameupdater

Fetches game updates for the RPCS3 emulator
MIT License
2 stars 1 forks source link

Added verbosity and simplified logging #9

Closed John-Gee closed 4 years ago

John-Gee commented 4 years ago

I don't think we need Sprintf if we take care of that in logging directly, which looks less confusing than print(Sprintf()) to me.

zom-ponks commented 4 years ago

Fair point about sprintf, I had some issues getting the formatting done properly at first, but looks like it's not needed.