diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-28 12:47:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-28 12:47:54 +0200 |
commit | 0af3ed548c86b5b2670fbf5610ee41d36b48761a (patch) | |
tree | df07a184bbbaf8c9964c3c5610bcbc4ccb402bed /recording.c | |
parent | 7cdd4877c3064d2fedf3182ccf6f6c8df48cafed (diff) | |
download | vdr-0af3ed548c86b5b2670fbf5610ee41d36b48761a.tar.gz vdr-0af3ed548c86b5b2670fbf5610ee41d36b48761a.tar.bz2 |
Added debug output for checking the correct sequence of locking global lists
Diffstat (limited to 'recording.c')
-rw-r--r-- | recording.c | 4 |
1 files changed, 2 insertions, 2 deletions
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<cRecording>(Deleted ? "DelRecs" : "Recordings") +:cList<cRecording>(Deleted ? "4 DelRecs" : "3 Recordings") { } |