beyond-all-reason / pr-downloader

console downloader for spring maps/games written in c++
GNU General Public License v2.0
0 stars 8 forks source link

process "--disable-logging" parameter first #50

Closed Yaribz closed 1 year ago

Yaribz commented 1 year ago

Otherwise the --filesystem-writepath parameter processing code is immune to --disable-logging and produces logs such as:

[Info] /spring/tools/pr-downloader/src/FileSystem/FileSystem.cpp:201:setWritePath():Using filesystem-writepath: ...
[Info] /spring/tools/pr-downloader/src/pr-downloader.cpp:185:DownloadSetConfig():Free disk space: ...
p2004a commented 1 year ago

Thank you!