mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-03 12:39:35 +00:00
fix: add new log
This commit is contained in:
parent
c18266ec81
commit
62d5a31996
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ pub(crate) fn calcul_donated_time(
|
|||
},
|
||||
RuntimeMode::ManualDonationLevel => {
|
||||
let donation_level = lock!(gui_api_xvb).stats_priv.runtime_manual_donation_level.clone();
|
||||
info!("RuntimeMode::ManualDonationLevel - level {donation_level}");
|
||||
|
||||
minimum_time_for_manual_round(donation_level, default_spared_time, lhr, xvb_chr, shr)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue