From 4ef13fcc8b0f7abfb4735d85a4bc31054906045c Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Thu, 4 Nov 2021 08:54:27 +0100
Subject: [PATCH] TMSS-1144: logging

---
 LTA/sip/lib/validator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LTA/sip/lib/validator.py b/LTA/sip/lib/validator.py
index e0de12d44e2..ed8b6391f38 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...
 
 
-- 
GitLab