From efd5a786f5d18dd11fa1b00b4d973d9a499a234a Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 15 Oct 2010 16:29:40 -0700 Subject: [PATCH] showing PORT here can be confusing --- lib/foreman/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman/engine.rb b/lib/foreman/engine.rb index b51a2f3..33592f0 100644 --- a/lib/foreman/engine.rb +++ b/lib/foreman/engine.rb @@ -78,7 +78,7 @@ private ###################################################################### run(process) end - info "started with pid #{pid}, PORT=#{port}", process + info "started with pid #{pid}", process running_processes[pid] = process end