Skip to content

Commit

Permalink
renamed Hobson::Worker process names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Grippe authored and jaredatron committed Feb 25, 2012
1 parent 96722c7 commit be43c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hobson/worker.rb
Expand Up @@ -14,7 +14,7 @@ def child?
end

def proc_name
parent? ? "hobson-#{Hobson.git_version}" : "hobson-worker:parent-#{@parent_pid}"
parent? ? "Hobson Worker (#{Hobson.git_version[0..8]})" : "Hobson Test Runner for #{@parent_pid}"
end

def procline(string)
Expand Down

0 comments on commit be43c7b

Please sign in to comment.