summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Harrop <rob@rabbitmq.com>2011-08-22 12:44:03 +0100
committerRob Harrop <rob@rabbitmq.com>2011-08-22 12:44:03 +0100
commitf2dad6a87d34a67c98fc39343a3a2b62228d6ed2 (patch)
treef1a7cb405451dd894f8c2a4773176370cd6048b3
parentdc32d1fd4bdf67a3c4982e82545f0bd6ab56e299 (diff)
parent20c6018bb09dce3eff6fb9c8c5dc5f26161a919f (diff)
downloadrabbitmq-server-git-f2dad6a87d34a67c98fc39343a3a2b62228d6ed2.tar.gz
Merge bug24357 into default
-rw-r--r--src/rabbit_amqqueue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl
index 88ff26cc75..5bd42d9ab2 100644
--- a/src/rabbit_amqqueue.erl
+++ b/src/rabbit_amqqueue.erl
@@ -320,7 +320,7 @@ check_declare_arguments(QueueName, Args) ->
ok -> ok;
{error, Error} -> rabbit_misc:protocol_error(
precondition_failed,
- "invalid arg '~s' for ~s: ~w",
+ "invalid arg '~s' for ~s: ~255p",
[Key, rabbit_misc:rs(QueueName), Error])
end || {Key, Fun} <-
[{<<"x-expires">>, fun check_integer_argument/2},