From f9bc746f4c29aeaf55ca28e4b8e92b0de852d636 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Dec 06 2018 03:21:38 +0000 Subject: Improve log message when collect_data log cannot be downloaded Signed-off-by: Adam Williamson --- diff --git a/check-compose b/check-compose index 099a263..02ab7c0 100755 --- a/check-compose +++ b/check-compose @@ -544,7 +544,8 @@ def _sysinfo_text(sipairs, url): pjinfo = fedfind.helpers.urlopen_retries(pjurl).read().decode('utf-8') infos[fname] = (jinfo, pjinfo) except ValueError: - logger.warning('_sysinfo_text: failed to download job file!') + logger.warning('_sysinfo_text: failed to download collect_data file ' + 'for job %s and/or %s from %s!', job['id'], prevjob['id'], url) # Now go through the dict, running the analysis functions and # saving the results