Skip to content

Commit

Permalink
Improve error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Messenger committed Nov 26, 2017
1 parent 199cab7 commit 41e08ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maint-uploader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ def parse_request(url, creds)
add_request_to_item(maint, maint_cookie, item, newreq)
num_requests_added_to_existing_items += 1
end
else
$logger.warn "Could not parse request for item #{number}"
end
end
end
Expand Down

0 comments on commit 41e08ce

Please sign in to comment.