diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2011-08-23 09:57:52 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2011-08-23 09:57:52 +0100 |
| commit | 5b8affbb142df2d715f9a2f20cdc880db8507bdb (patch) | |
| tree | 7b5288d521f250dd8b8aa935e106446b6bb6ce1e | |
| parent | 911d0d53574addcd92bf013b67d962da0baded39 (diff) | |
| parent | f2dad6a87d34a67c98fc39343a3a2b62228d6ed2 (diff) | |
| download | rabbitmq-server-git-5b8affbb142df2d715f9a2f20cdc880db8507bdb.tar.gz | |
Merged bug23979 into default
| -rw-r--r-- | src/rabbit_amqqueue.erl | 2 |
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}, |
