Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
print more information
Browse files Browse the repository at this point in the history
  • Loading branch information
shitong01 committed Sep 13, 2018
1 parent c44d996 commit d887b79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qquery/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ def run(self, aoi, input_qtype, dns_list_str, rtag=None):
queue_grp = (num_queue % num_dns) + 1
new_dns_link = re.sub('(?<=https:\/\/).*?(?=\/)', dns_list[queue_grp-1], link)

print("submitting sling for endpoint: %s, url: %s, queuegrp: %s" % (input_qtype, new_dns_link, queue_grp))
print("submitting sling for endpoint: %s, queuegrp:%s, url: %s aliased to %s"
% (input_qtype, queue_grp, link, new_dns_link))
self.submit_sling_job(aoi, query_params, input_qtype, queue_grp, title, new_dns_link, rtag)

except QueryBadResponseException as qe:
Expand Down

0 comments on commit d887b79

Please sign in to comment.