~ubuntu-branches/ubuntu/saucy/rabbitmq-server/saucy-proposed

« back to all changes in this revision

Viewing changes to plugins-src/rabbitmq-tracing/src/rabbit_tracing_consumer.erl

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2013-05-02 11:19:31 UTC
  • mfrom: (0.5.2) (0.1.37 sid)
  • Revision ID: package-import@ubuntu.com-20130502111931-xnoj0sejto2tewcj
Tags: 3.1.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
handle_call(info_all, _From, State = #state{vhost = V, queue = Q}) ->
91
91
    [QInfo] = rabbit_mgmt_db:augment_queues(
92
 
                [rabbit_mgmt_wm_queue:queue(V, Q)], basic),
 
92
                [rabbit_mgmt_wm_queue:queue(V, Q)],
 
93
                rabbit_mgmt_util:no_range(), basic),
93
94
    {reply, [{queue, rabbit_mgmt_format:strip_pids(QInfo)}], State};
94
95
 
95
96
handle_call(_Req, _From, State) ->