Skip to content
Snippets Groups Projects
Commit 6f316eb8 authored by Steven Murray's avatar Steven Murray
Browse files

cta-fst-gcd no longer logs failed stagerrm calls. It just too normal an event.

parent 632ca986
No related branches found
Tags v0.0-105
No related merge requests found
......@@ -281,7 +281,7 @@ class Gc:
self.log.info("stagerrm: subdir={}, fxid={}, bytesrequiredbefore={}, filesizebytes={}"
.format(subdir, fstfile, bytesrequiredbefore, filesizeandctime.sizebytes))
except StagerrmError as err:
self.log.info(err)
pass
except Exception as err:
self.log.error(err)
......
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