Skip to content

Commit

Permalink
Fix a discrepancy in procname formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 4, 2023
1 parent 6646f37 commit 1f6ae38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pitchfork/http_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ def init_worker_process(worker)
end

def init_mold_process(mold)
proc_name "(gen: #{mold.generation}) mold"
proc_name "(gen:#{mold.generation}) mold"
after_mold_fork.call(self, mold)
readers = [mold]
trap(:QUIT) { nuke_listeners!(readers) }
Expand Down

0 comments on commit 1f6ae38

Please sign in to comment.