aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-08-28 08:50:38 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-08-28 08:50:38 +0000
commiteb54fc4bae2e856bf5bf2fefc8a9fa5d0046b3a5 (patch)
tree822459a783cd7fb60cf646465b22c27422f71ef6
parent9e08680a74844bfcd2f4a600e1a67db70dc51fec (diff)
downloadenigma2-eb54fc4bae2e856bf5bf2fefc8a9fa5d0046b3a5.tar.gz
enigma2-eb54fc4bae2e856bf5bf2fefc8a9fa5d0046b3a5.zip
revert local change
-rw-r--r--lib/dvb/sec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp
index 3c6834c7..802dbaa9 100644
--- a/lib/dvb/sec.cpp
+++ b/lib/dvb/sec.cpp
@@ -12,7 +12,7 @@
#endif
#include <lib/base/eerror.h>
-#define SEC_DEBUG
+//#define SEC_DEBUG
#ifdef SEC_DEBUG
#define eSecDebug(arg...) eDebug(arg)