aboutsummaryrefslogtreecommitdiff
path: root/src/gui/preview_win.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/preview_win.py')
-rw-r--r--src/gui/preview_win.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/preview_win.py b/src/gui/preview_win.py
index 40c19c6..c6b9a32 100644
--- a/src/gui/preview_win.py
+++ b/src/gui/preview_win.py
@@ -7,7 +7,7 @@ class PreviewWindow(QtWidgets.QLabel):
Paints the preview QLabel in MainWindow and maintains the aspect ratio
when the window is resized.
'''
- log = logging.getLogger('AVP.PreviewWindow')
+ log = logging.getLogger('AVP.Gui.PreviewWindow')
def __init__(self, parent, img):
super(PreviewWindow, self).__init__()