Commit 43c459bc authored by Łukasz Nowak's avatar Łukasz Nowak

grid-report: Show full path of damaged file

parent bf496a67
...@@ -1710,7 +1710,7 @@ stderr_logfile_backups=1 ...@@ -1710,7 +1710,7 @@ stderr_logfile_backups=1
slap_computer_usage.reportUsage(usage) slap_computer_usage.reportUsage(usage)
filename_delete_list.append(filename) filename_delete_list.append(filename)
else: else:
self.logger.info('XML file is invalid %s' % filename) self.logger.info('XML file is invalid %s' % file_path)
# After sending the aggregated file we remove all the valid xml reports # After sending the aggregated file we remove all the valid xml reports
for filename in filename_delete_list: for filename in filename_delete_list:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment