aboutsummaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/preview_thread.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/preview_thread.py b/src/gui/preview_thread.py
index 137864b..8ec5d28 100644
--- a/src/gui/preview_thread.py
+++ b/src/gui/preview_thread.py
@@ -38,6 +38,7 @@ class Worker(QtCore.QObject):
"components": components,
}
self.queue.put(dic)
+ log.debug('Preview thread id: {}'.format(int(QtCore.QThread.currentThreadId())))
@pyqtSlot()
def process(self):