From 0af3ed548c86b5b2670fbf5610ee41d36b48761a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 28 May 2017 12:47:54 +0200 Subject: Added debug output for checking the correct sequence of locking global lists --- recording.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recording.c') diff --git a/recording.c b/recording.c index 9f96b73d..7b1d158b 100644 --- a/recording.c +++ b/recording.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.c 4.8 2017/04/03 13:34:30 kls Exp $ + * $Id: recording.c 4.9 2017/05/27 15:46:57 kls Exp $ */ #include "recording.h" @@ -1469,7 +1469,7 @@ cVideoDirectoryScannerThread *cRecordings::videoDirectoryScannerThread = NULL; time_t cRecordings::lastUpdate = 0; cRecordings::cRecordings(bool Deleted) -:cList(Deleted ? "DelRecs" : "Recordings") +:cList(Deleted ? "4 DelRecs" : "3 Recordings") { } -- cgit v1.2.3