mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Reduces log noise for monitor tab auto-scroll
Removes the log message that is generated when auto-scrolling is enabled. This reduces log spam, as this can be a frequent event. The message for when a user manually disables auto-scrolling is retained.
This commit is contained in:
@@ -877,7 +877,7 @@ function Register-EventHandlers {
|
||||
# Update the flag
|
||||
$localState.Flags.autoScrollLog = $isLastItemSelected
|
||||
if ($isLastItemSelected) {
|
||||
WriteLog "Monitor tab autoscroll enabled (last item selected)."
|
||||
# WriteLog "Monitor tab autoscroll enabled (last item selected)."
|
||||
}
|
||||
else {
|
||||
WriteLog "Monitor tab autoscroll disabled (user selected item #$($listBox.SelectedIndex))."
|
||||
|
||||
Reference in New Issue
Block a user