Skip to content

Commit fdb7f31

Browse files
authored
Change sys background low to use the correct level (#8208)
## What changed? Change sys background low to use the correct level ## Why? Fix this based on the variable name ## How did you test it? - [x] built - [ ] run locally and tested manually - [ ] covered by existing tests - [ ] added new unit test(s) - [ ] added new functional test(s)
1 parent e4b378f commit fdb7f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/headers/caller_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
}
3434
SystemBackgroundLowCallerInfo = CallerInfo{
3535
CallerName: CallerNameSystem,
36-
CallerType: CallerTypeBackgroundHigh,
36+
CallerType: CallerTypeBackgroundLow,
3737
}
3838
SystemPreemptableCallerInfo = CallerInfo{
3939
CallerName: CallerNameSystem,

0 commit comments

Comments
 (0)