lib/ecoportal/api/common/client/error/checks.rb in ecoportal-api-0.10.6 vs lib/ecoportal/api/common/client/error/checks.rb in ecoportal-api-0.10.7
- old
+ new
@@ -26,10 +26,10 @@
next unless wrong
msg = "Received non json body in response "
msg << "(#{response.src_body.class}):\n "
msg << response.src_body
- puts
+ puts msg
end
end
end
end
end