Ticket #12903: TuningSignalCheck.patch
File TuningSignalCheck.patch, 701 bytes (added by , 4 years ago) |
---|
-
branches/mythtv_github/devel-fixes-0.28/mythtv/mythtv/libs/libmythtv/tv_rec.cpp
3924 3924 signalEventCmdSent=true; 3925 3925 } 3926 3926 3927 if (signalMonitor->IsAllGood()) 3927 newRecStatus = RecStatus::Recording; 3928 3929 /* if (signalMonitor->IsAllGood()) 3928 3930 { 3929 3931 LOG(VB_RECORD, LOG_INFO, LOC + "TuningSignalCheck: Good signal"); 3930 3932 if (curRecording && (MythDate::current() > startRecordingDeadline)) … … 4020 4022 } 4021 4023 return NULL; 4022 4024 } 4025 */ 4023 4026 4024 4027 SetRecordingStatus(newRecStatus, __LINE__); 4025 4028