#18 Add a log statement.
Merged 7 years ago by pingou. Opened 7 years ago by ralph.

file modified
+1
@@ -53,6 +53,7 @@ 

      default_url = 'https://pdc.fedoraproject.org/rest_api/v1/'

      url = pagure.APP.config.get('PDC_URL', default_url)

      pdc = pdc_client.PDCClient(url, develop=True)

+     _log.info('Querying PDC for %s/%s' % (namespace, package))

      kwargs = dict(

          global_component=package,

          type=namespace2pdctype[namespace],

I bet it will be nice to know this at some point.

Pull-Request has been merged by pingou

7 years ago
Metadata