summaryrefslogtreecommitdiff
path: root/lib/chef/run_lock.rb
diff options
context:
space:
mode:
authorTensibai <tensibai@iabis.net>2019-05-02 22:22:39 +0000
committerTensibai <tensibai@iabis.net>2019-05-02 22:22:39 +0000
commitfb4776ca9f8d8d12a15d0cd10451bae8b29ca185 (patch)
tree8edb4837d50e82a4abcc40e13c833e18ad44c661 /lib/chef/run_lock.rb
parent61b913af34f1b769eaf2281145beed3f591c2f7e (diff)
downloadchef-fb4776ca9f8d8d12a15d0cd10451bae8b29ca185.tar.gz
Fix a sentence in run_lock and the knife test to match the latest output changes
Signed-off-by: Tensibai <tensibai@iabis.net>
Diffstat (limited to 'lib/chef/run_lock.rb')
-rw-r--r--lib/chef/run_lock.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/run_lock.rb b/lib/chef/run_lock.rb
index 513bfd8849..84b43afc19 100644
--- a/lib/chef/run_lock.rb
+++ b/lib/chef/run_lock.rb
@@ -96,7 +96,7 @@ class Chef
# Waits until acquiring the system-wide lock.
#
def wait
- Chef::Log.warn("#{Chef::Dist::PRODUCT} client #{runpid} is running, will wait for it to finish and then run.")
+ Chef::Log.warn("#{Chef::Dist::PRODUCT} #{runpid} is running, will wait for it to finish and then run.")
if Chef::Platform.windows?
mutex.wait
else