From a36a299a97d6c0c53b72421898eb1ece6c821489 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sat, 5 Jun 2021 15:18:45 +0200 Subject: Add thread names Better identification of threads in logs --- displaychannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'displaychannel.c') diff --git a/displaychannel.c b/displaychannel.c index 208cb88..ce5c0ee 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -7,7 +7,7 @@ #include #include -cNopacityDisplayChannel::cNopacityDisplayChannel(bool WithInfo) { +cNopacityDisplayChannel::cNopacityDisplayChannel(bool WithInfo) : cThread("DisplayChannel") { groupSep = false; present = NULL; following = NULL; -- cgit v1.2.3