diff --git a/LTA/sip/lib/validator.py b/LTA/sip/lib/validator.py index e0de12d44e2a71d200607a2d44264f082e619105..ed8b6391f389e366c2722e3ad00369a1cc7625a5 100644 --- a/LTA/sip/lib/validator.py +++ b/LTA/sip/lib/validator.py @@ -91,7 +91,7 @@ def check_consistency(sip): if not id_from in linkstodataproduct: raise Exception("The input dataproduct for pipeline '" + id + "' seems to be missing! -> ", id_from) - logger.info("General SIP structure seems ok!") + logger.info("General SIP structure for dataproduct with sip_id=%s seems ok!", id_out) return True # already raised Exception if there was a problem...