summaryrefslogtreecommitdiff
path: root/recman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'recman.cpp')
-rw-r--r--recman.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/recman.cpp b/recman.cpp
index c7010e7..26d78d9 100644
--- a/recman.cpp
+++ b/recman.cpp
@@ -207,12 +207,12 @@ namespace vdrlive {
RecordingsItem(name, parent),
m_level(level)
{
- dsyslog("REC: C: dir %s -> %s", name.c_str(), parent ? parent->Name().c_str() : "ROOT");
+ // dsyslog("REC: C: dir %s -> %s", name.c_str(), parent ? parent->Name().c_str() : "ROOT");
}
RecordingsItemDir::~RecordingsItemDir()
{
- dsyslog("REC: D: dir %s", Name().c_str());
+ // dsyslog("REC: D: dir %s", Name().c_str());
}
@@ -224,12 +224,12 @@ namespace vdrlive {
m_recording(recording),
m_id(id)
{
- dsyslog("REC: C: rec %s -> %s", name.c_str(), parent->Name().c_str());
+ // dsyslog("REC: C: rec %s -> %s", name.c_str(), parent->Name().c_str());
}
RecordingsItemRec::~RecordingsItemRec()
{
- dsyslog("REC: D: rec %s", Name().c_str());
+ // dsyslog("REC: D: rec %s", Name().c_str());
}
time_t RecordingsItemRec::StartTime() const