From 555b64085cfa691aa9a3b254ec52a0543b152d4e Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Fri, 13 Apr 2018 17:42:51 +0200 Subject: [PATCH] Raise logging level for ignore read errors to warning --- colorbleed/maya/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorbleed/maya/plugin.py b/colorbleed/maya/plugin.py index 4ca3c67ac0..4b3b29d326 100644 --- a/colorbleed/maya/plugin.py +++ b/colorbleed/maya/plugin.py @@ -149,7 +149,7 @@ class ReferenceLoader(api.Loader): if not content: raise - self.log.info("Ignoring file read error:\n%s", exc) + self.log.warning("Ignoring file read error:\n%s", exc) # Fix PLN-40 for older containers created with Avalon that had the # `.verticesOnlySet` set to True.