♻️ change warning message to debug

This commit is contained in:
Ondrej Samohel 2023-10-13 16:04:06 +02:00
parent aba4642e98
commit 86c4dec6d2
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -185,9 +185,9 @@ class MakeRSTexBin(TextureProcessor):
"{}".format(config_path))
if not os.getenv("OCIO"):
self.log.warning(
self.log.debug(
"OCIO environment variable not set."
"Setting it with OCIO config from OpenPype/AYON Settings."
"Setting it with OCIO config from Maya."
)
os.environ["OCIO"] = config_path