Skip to content

Commit

Permalink
Merge pull request #91 from richardc/logging_fixup
Browse files Browse the repository at this point in the history
(maint) Fix capsule/summarize invocation
  • Loading branch information
ploubser committed Nov 4, 2015
2 parents b207672 + 2627e48 commit 5ecf158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puppetlabs/pcp/broker/core.clj
Expand Up @@ -147,7 +147,7 @@
(s/defn ^:always-validate process-expired-message :- Capsule
"Reply with a ttl_expired message to the original message sender"
[broker :- Broker capsule :- Capsule]
(sl/maplog :trace (assoc (capsule/summarize)
(sl/maplog :trace (assoc (capsule/summarize capsule)
:type :message-expired)
"Message {messageid} for {destination} has expired. Sending a ttl_expired.")
(let [message (:message capsule)
Expand Down

0 comments on commit 5ecf158

Please sign in to comment.