lib/mongrel_cluster/init.rb in mongrel_cluster-1.0.4 vs lib/mongrel_cluster/init.rb in mongrel_cluster-1.0.5
- old
+ new
@@ -206,9 +206,10 @@
if line =~ /-P #{Regexp.escape(port_pid_file(port))} /
pid = line.split[0]
return pid
end
end
+ nil
end
def log_error(message)
log(message)
end