Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Bug 974533 - Separate response messages from secondary carts
Browse files Browse the repository at this point in the history
  • Loading branch information
jwforres committed Jun 14, 2013
1 parent 2127101 commit 9a62427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2342,7 +2342,7 @@ def add_component(gear, cart, args)
end

component_details = reply.appInfoIO.string.empty? ? '' : reply.appInfoIO.string
reply.debugIO << "Embedded app details: #{component_details}"
reply.debugIO << "\n\n#{cart}: #{component_details}"
[reply, component_details]
end

Expand Down

0 comments on commit 9a62427

Please sign in to comment.