diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-12-30 15:22:22 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-12-30 15:22:22 +0000 |
| commit | 89f781c1a191cc1ddc89b3c023c40101cc902a9d (patch) | |
| tree | 8b53445e6c60d2118a0336db1d75787359e09296 | |
| parent | 54082cc9333d45e2063cfe1c13a3e52a23d30e89 (diff) | |
| download | rabbitmq-server-git-89f781c1a191cc1ddc89b3c023c40101cc902a9d.tar.gz | |
consistency
| -rw-r--r-- | src/rabbit_control_main.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_control_main.erl b/src/rabbit_control_main.erl index b4272555f2..819435ee2b 100644 --- a/src/rabbit_control_main.erl +++ b/src/rabbit_control_main.erl @@ -283,7 +283,7 @@ action(forget_cluster_node, Node, [ClusterNodeS], Opts, Inform) -> action(sync_queue, Node, [Queue], Opts, Inform) -> VHost = proplists:get_value(?VHOST_OPT, Opts), - Inform("Synchronising queue ~s in ~s", [Queue, VHost]), + Inform("Synchronising queue \"~s\" in vhost \"~s\"", [Queue, VHost]), rpc_call(Node, rabbit_amqqueue, sync, [list_to_binary(Queue), list_to_binary(VHost)]); |
