summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorMike Fiedler <miketheman@gmail.com>2013-07-18 12:54:21 -0400
committerBryan McLellan <btm@opscode.com>2013-08-28 11:52:51 -0700
commit92583907dbcf0621b9ac9ad63488c6438e195e2a (patch)
tree9db146debf316e4b5f25ffe02ceb7803cf2e575a /lib/chef
parentb3f04c87745babcad89fe803ed684e66b4fdc223 (diff)
downloadchef-92583907dbcf0621b9ac9ad63488c6438e195e2a.tar.gz
avoid appearing very, very wrong
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index ceb0873079..33313290ee 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -206,7 +206,7 @@ class Chef
Chef::Log.debug "Fork successful. Waiting for new chef pid: #{pid}"
result = Process.waitpid2(pid)
handle_child_exit(result)
- Chef::Log.debug "Forked child successfully reaped (pid: #{pid})"
+ Chef::Log.debug "Forked instance successfully reaped (pid: #{pid})"
true
else
do_run