Skip to content

Commit 7ae701a

Browse files
authored
Merge pull request #419 from kubernetes-sigs/ocd
ocd log message correction
2 parents 87413e3 + 6dc3f16 commit 7ae701a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/util/sync/sync.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ func (r *RWMutex) Lock() {
3030

3131
func (r *RWMutex) RUnlock() {
3232
r.m.RUnlock()
33-
logger.DebugLevelf(3, "RUnlock")
33+
logger.DebugLevelf(3, "RUnlock'd.")
3434
}
3535

3636
func (r *RWMutex) Unlock() {
3737
r.m.Unlock()
38-
logger.DebugLevelf(3, "Unlock")
38+
logger.DebugLevelf(3, "Unlock'd.")
3939
}

0 commit comments

Comments
 (0)