chore: More refining info!() statements

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-01-06 20:46:08 +11:00
parent 3eda9799c5
commit 94cf6788d8
3 changed files with 7 additions and 5 deletions

View File

@ -245,6 +245,7 @@ impl GameDownloadAgent {
Ok(())
}
// TODO: Change return value on Err
pub fn run(&self) -> Result<bool, ()> {
info!("downloading game: {}", self.id);
let max_download_threads = DB.borrow_data().unwrap().settings.max_download_threads;