aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-02-17 22:29:20 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-02-17 22:29:20 +0000
commit69725af53d310026a1d773f35f13b141269b3edc (patch)
tree0b313b5777bfd9d77bbca32b9152093e8886441d /lib/dvb/frontend.cpp
parent3ca79adf73ba15183fea70ae3562d0e77bb236d5 (diff)
downloadenigma2-69725af53d310026a1d773f35f13b141269b3edc.tar.gz
enigma2-69725af53d310026a1d773f35f13b141269b3edc.zip
disable debug
Diffstat (limited to 'lib/dvb/frontend.cpp')
-rw-r--r--lib/dvb/frontend.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp
index 521b9ef8..af821cdb 100644
--- a/lib/dvb/frontend.cpp
+++ b/lib/dvb/frontend.cpp
@@ -669,9 +669,8 @@ int eDVBFrontend::readFrontendData(int type)
{
float snr_in_db=(snr-39075)/1764.7;
return (int)(snr_in_db * 100.0);
- }
- else
- eDebug("no SNR dB calculation for frontendtype %s yet", m_description);
+ } /* else
+ eDebug("no SNR dB calculation for frontendtype %s yet", m_description); */
return 0x12345678;
}
case signalQuality: