lib/msgr/connection.rb in msgr-1.3.2 vs lib/msgr/connection.rb in msgr-1.4.0

- old
+ new

@@ -86,10 +86,10 @@ def bind(routes) if routes.empty? log(:warn) do "No routes to bound to. Bind will have no effect:\n" \ - " #{routes.inspect}" + " #{routes.inspect}" end else bind_all(routes) end end