summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/application/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb
index b6978b8a63..5db85ebe9c 100644
--- a/lib/chef/application/client.rb
+++ b/lib/chef/application/client.rb
@@ -415,7 +415,7 @@ class Chef::Application::Client < Chef::Application
end
def pidfile_lockfile_match_error_message
- "PID file and lockfile location match - this will cause conflicts"
+ "PID file and lockfile are not permitted to match"
end
def unforked_interval_error_message