mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
Clarify log messages
This commit is contained in:
parent
9f543f8929
commit
82e5e6bcde
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ class ExtractPlayblast(publish.Extractor):
|
|||
profiles = None
|
||||
|
||||
def process(self, instance):
|
||||
self.log.debug("Extracting capture..")
|
||||
self.log.debug("Extracting playblast..")
|
||||
|
||||
# get scene fps
|
||||
fps = instance.data.get("fps") or instance.context.data.get("fps")
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ class ExtractThumbnail(publish.Extractor):
|
|||
families = ["review"]
|
||||
|
||||
def process(self, instance):
|
||||
self.log.debug("Extracting capture..")
|
||||
self.log.debug("Extracting thumbnail..")
|
||||
|
||||
camera = instance.data["review_camera"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue