Skip to content
Snippets Groups Projects
Commit 4ef13fcc authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-1144: logging

parent 1d6daa4e
No related branches found
No related tags found
1 merge request!635Resolve TMSS-1144
...@@ -91,7 +91,7 @@ def check_consistency(sip): ...@@ -91,7 +91,7 @@ def check_consistency(sip):
if not id_from in linkstodataproduct: if not id_from in linkstodataproduct:
raise Exception("The input dataproduct for pipeline '" + id + "' seems to be missing! -> ", id_from) 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... return True # already raised Exception if there was a problem...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment