From 07ff65e7a6d1a87276e9f017162aff52d712342f Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 7 Jan 2016 11:07:32 +0100 Subject: better debug output in gui --- voctogui/lib/videodisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctogui') diff --git a/voctogui/lib/videodisplay.py b/voctogui/lib/videodisplay.py index b6eab6b..61f7919 100644 --- a/voctogui/lib/videodisplay.py +++ b/voctogui/lib/videodisplay.py @@ -7,7 +7,7 @@ class VideoDisplay(object): """ Displays a Voctomix-Video-Stream into a GtkWidget """ def __init__(self, drawing_area, port, play_audio=False, level_callback=None): - self.log = logging.getLogger('VideoDisplay[%s]' % drawing_area.get_name()) + self.log = logging.getLogger('VideoDisplay[%u]' % port) self.drawing_area = drawing_area self.level_callback = level_callback -- cgit v1.2.3