Index: mythtv/libs/libmythtv/tv_rec.cpp
===================================================================
--- mythtv/libs/libmythtv/tv_rec.cpp	(revision 14202)
+++ mythtv/libs/libmythtv/tv_rec.cpp	(working copy)
@@ -1279,6 +1279,13 @@
             bool rec_soon   = pendingRecording;
             bool enable_ui  = true;
 
+            VERBOSE(VB_RECORD, QString("has_rec: %1 rec_soon: %2 "
+                                       "endtime: %3 now: %4")
+                                       .arg(has_rec)
+                                       .arg(rec_soon)
+                                       .arg(curRecording->endts.toString())
+                                       .arg(now.toString()));
+
             if (has_rec && (has_finish || (now > recordEndTime)))
             {
                 if (pseudoLiveTVRecording && curRecording)
@@ -1320,6 +1327,10 @@
                             <<"starttm("
                             <<starttime.toString(Qt::ISODate)<<")");
                 }
+                else
+                {
+                    VERBOSE(VB_RECORD, "LastRecord == CurRecording");
+                }
             }
             else
                 enable_ui = false;
