From: Chris Tallon Date: Sat, 25 Nov 2006 02:20:05 +0000 (+0000) Subject: Log message. X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=275c454a9d1ad9d98d190549e4cdfb0b22e5cc70;p=vompclient-marten.git Log message. --- diff --git a/recording.cc b/recording.cc index c0af7af..78dc474 100644 --- a/recording.cc +++ b/recording.cc @@ -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;