log: modify lock defer unlock order in sync handler (#24667)
This modifies the order of Lock() defer Unlock() to follow the more typically used pattern.
Showing
Please register or sign in to comment
This modifies the order of Lock() defer Unlock() to follow the more typically used pattern.