]> git.vomp.tv Git - vompclient.git/commitdiff
Log message.
authorChris Tallon <chris@vomp.tv>
Sat, 25 Nov 2006 02:20:05 +0000 (02:20 +0000)
committerChris Tallon <chris@vomp.tv>
Sat, 25 Nov 2006 02:20:05 +0000 (02:20 +0000)
recording.cc

index c0af7afa2422e4f1f12c59dfd103615416806222..78dc47482226d27c735736006fcefc813918a377 100644 (file)
@@ -116,6 +116,7 @@ bool Recording::isRadio()
 
   // FIXME
   vdr->stopStreaming();
+  Log::getInstance()->log("Recording", Log::DEBUG, "Recording has messed about and worked out radio = %u", !hasVideo);
 
 
   if (!hasVideo) return true;