Increased SLL_LENGTH in thread.c to better handle long caller lines, and enclosed logCaller with DEBUG_LOCKCALL to preserve memory in normal operation

This commit is contained in:
Klaus Schmidinger
2017-06-08 08:29:45 +02:00
parent 38fed8c901
commit 79314ab98f
2 changed files with 10 additions and 2 deletions

View File

@@ -9110,3 +9110,5 @@ Video Disk Recorder Revision History
- Fixed uninitialized variable SdWatchdog in vdr.c (reported by Frank Neumann).
- Fixed the locking sequence when starting an instant recording.
- Fixed L(ock) and U(nlock) indicators in cStateLockLog.
- Increased SLL_LENGTH in thread.c to better handle long caller lines, and enclosed
logCaller with DEBUG_LOCKCALL to preserve memory in normal operation.