diff --git a/scripts/oriondb_consistency/oriondb_consistency.py b/scripts/oriondb_consistency/oriondb_consistency.py index db1cc84637..cc09290d7f 100644 --- a/scripts/oriondb_consistency/oriondb_consistency.py +++ b/scripts/oriondb_consistency/oriondb_consistency.py @@ -737,7 +737,7 @@ def ruleS90(csub): See README.md for an explanation of the rule """ if csub['format'] == 'JSON': - r = f"notification legacy format in use (endpoint: {csub['reference']})" + r = f"notification legacy format in use (endpoint: {csub['reference']}, servicePath: {csub['servicePath']})" fixed_csub = copy.deepcopy(csub) fixed_csub['format'] = 'normalized' else: