Fix log msg typo.

This commit is contained in:
Adam Gandelman 2013-01-16 17:35:17 -08:00
parent dff5359dc4
commit 04cb835747
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ function ha_changed() {
if is_clustered ; then
local vip="$(config-get vip)"
juju-log "$CHARM - ha_changed(): We are now HA clustered. "\
"Advertising our VIP $(vip) to all AMQP clients."
"Advertising our VIP (vip) to all AMQP clients."
for rid in $(relation-ids amqp) ; do
relation-set -r $rid relation-set clustered="true" \
vip="$(config-get vip)"

View File

@ -1 +1 @@
56
57