Minor: changed one error level.

Thu, 11 Oct 2018 12:11:52 +0300

author
Iannis <i.binietoglou@impworks.gr>
date
Thu, 11 Oct 2018 12:11:52 +0300
changeset 18
a952c1b250a8
parent 16
ddaea4327bd5
child 19
2a6a9e95bd16

Minor: changed one error level.

scc_access/scc_access.py file | annotate | diff | comparison | revisions
--- a/scc_access/scc_access.py	Wed Jan 10 18:06:02 2018 +0200
+++ b/scc_access/scc_access.py	Thu Oct 11 12:11:52 2018 +0300
@@ -108,7 +108,7 @@
             logger.error("Uploaded file rejected! Try to upload manually to see the error.")
         else:
             measurement_id = re.findall(regex, upload_submit.text)[0]
-            logger.error("Successfully uploaded measurement with id %s." % measurement_id)
+            logger.info("Successfully uploaded measurement with id %s." % measurement_id)
 
         return measurement_id
 

mercurial