mirror of https://github.com/jetkvm/kvm.git
Update internal/sync/log.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8fbd4f2955
commit
afca8c3642
|
|
@ -165,7 +165,7 @@ func logTryRLockResult(t trackable, l bool) {
|
|||
logLockTrack(ptr).Trace().Msg("locked mutex for reading")
|
||||
}
|
||||
|
||||
// You can all this function at any time to log any dangled locks currently tracked
|
||||
// You can call this function at any time to log any dangled locks currently tracked
|
||||
// it's not an error for there to be open locks, but this can help identify any
|
||||
// potential issues if called judiciously
|
||||
func LogDangledLocks() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue