diff options
| -rw-r--r-- | lib/tom_tom/matrix.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/tom_tom/matrix.rb b/lib/tom_tom/matrix.rb index 747133b53..b0c8cc335 100644 --- a/lib/tom_tom/matrix.rb +++ b/lib/tom_tom/matrix.rb @@ -8,6 +8,8 @@ module TomTom        points_with_ids = points_from_way_costs(way_costs)        points = points_as_params(points_with_ids) +      Rails.logger.info "Invoke TomTom for #{points.size} points" +        response = @connection.post do |req|          req.url '/routing/1/matrix/json'          req.headers['Content-Type'] = 'application/json' | 
