summaryrefslogtreecommitdiff
path: root/lib/chef/win32/mutex.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/win32/mutex.rb')
-rw-r--r--lib/chef/win32/mutex.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/win32/mutex.rb b/lib/chef/win32/mutex.rb
index a14a160f56..2264479734 100644
--- a/lib/chef/win32/mutex.rb
+++ b/lib/chef/win32/mutex.rb
@@ -55,7 +55,7 @@ class Chef
when WAIT_ABANDONED
# Previous owner of the mutex died before it can release the
# mutex. Log a warning and continue.
- Chef::Log.debug "Existing owner of the mutex exited prematurely."
+ Chef::Log.trace "Existing owner of the mutex exited prematurely."
break
when WAIT_OBJECT_0
# Mutex is successfully acquired.