Fix wrong label

This commit is contained in:
Petr Kalis 2022-02-16 15:49:37 +01:00
parent 9c1f748c4d
commit ea54edb9cd

View file

@ -175,7 +175,7 @@ class ProcessLauncher(QtCore.QObject):
def start(self):
if self._started:
return
self.log.info("Started launch logic of AfterEffects")
self.log.info("Started launch logic of Photoshop")
self._started = True
self._start_process_timer.start()