Skip to content

Commit

Permalink
Fix typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tievolu authored Jan 5, 2024
1 parent 6a6a146 commit 7d5e1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqm-autorate.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3217,7 +3217,7 @@ sub is_icmp_warmup_done {
}

if (&get_current_bandwidth("download") != $dl_bw_warmup) {
&output(0, "Incorrect download warmup bandwidth (" . &get_current_bandwidth("upload") . ") - resetting");
&output(0, "Incorrect download warmup bandwidth (" . &get_current_bandwidth("download") . ") - resetting");
&set_bandwidth("download", $dl_bw_warmup);
}
}
Expand Down

0 comments on commit 7d5e1eb

Please sign in to comment.