diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-07 17:09:22 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-07 17:09:22 +0100 |
| commit | 3082cbd419496f30318b3c0284216051061d1a8e (patch) | |
| tree | 7ff117e441611c4a7b2cf3634c23442ac50a30b8 /src | |
| parent | 59a6b7762751c5fe4ab5fe0caace55edf7e32435 (diff) | |
| download | rabbitmq-server-git-3082cbd419496f30318b3c0284216051061d1a8e.tar.gz | |
binary, not string
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_amqqueue_process.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl index e3ccf2233a..d5f678afff 100644 --- a/src/rabbit_amqqueue_process.erl +++ b/src/rabbit_amqqueue_process.erl @@ -713,7 +713,7 @@ calculate_msg_expiry(#basic_message{content = Content}, TTL) -> #content{properties = #'P_basic'{expiration = Expiration}} = rabbit_binary_parser:ensure_content_decoded(Content), ParseError = - fun () -> rabbit_log:warning("could not parse expiration '~s'~n.", + fun () -> rabbit_log:warning("could not parse expiration '~p'~n.", [Expiration]) end, Milli = case Expiration of |
