Skip to content

Commit e2893f4

Browse files
Correctly provide log arguments here
1 parent ee6b9e4 commit e2893f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_peer_discovery_aws/src/rabbit_peer_discovery_aws.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ maybe_set_region(Value) ->
164164

165165
get_autoscaling_group_node_list(error, _) ->
166166
rabbit_log:warning("Cannot discover any nodes: failed to fetch this node's EC2 "
167-
"instance id from ~s", rabbitmq_aws_config:instance_id_url()),
167+
"instance id from ~s", [rabbitmq_aws_config:instance_id_url()]),
168168
{ok, {[], disc}};
169169
get_autoscaling_group_node_list(Instance, Tag) ->
170170
case get_all_autoscaling_instances([]) of

0 commit comments

Comments
 (0)