summaryrefslogtreecommitdiff
path: root/reach_reports/reach_application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'reach_reports/reach_application.rb')
-rw-r--r--reach_reports/reach_application.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/reach_reports/reach_application.rb b/reach_reports/reach_application.rb
index 807800c..74a1006 100644
--- a/reach_reports/reach_application.rb
+++ b/reach_reports/reach_application.rb
@@ -67,6 +67,7 @@ post '/reach_report/:type/:id' do
input = request.env["rack.input"].read
halt 400, "no xml data specified" unless input && input.to_s.size>0
+ LOGGER.debug "size of posted data: "+input.to_s.size.to_s
ReachReports::QmrfReport.from_xml(rep,input)