Commit 6e52e275 authored by John E. Vincent's avatar John E. Vincent

forgot to commit this

parent 9c46fdb0
......@@ -65,7 +65,7 @@ module Noah
log.debug "Got message"
channel.push "#{message}"
end
r.errback { log.info "Something went tango-uniform"; EventMachine.stop }
r.errback { log.info "Something went tango-uniform" }
sub = channel.subscribe {|msg| log.info "Calling message handler"; dest.call(msg)}
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment