diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-21 00:45:10 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-21 00:45:10 +0000 |
| commit | 234d47bc1ddd3f1129159cc18c59d44e154f4f9d (patch) | |
| tree | f0a65651d5252004db607b9297ab9b195356a5e5 /lib/dvb/dvb.cpp | |
| parent | f4a635a25517d6e644e43537d10b894eab3e524e (diff) | |
| download | enigma2-234d47bc1ddd3f1129159cc18c59d44e154f4f9d.tar.gz enigma2-234d47bc1ddd3f1129159cc18c59d44e154f4f9d.zip | |
turn error into warning
Diffstat (limited to 'lib/dvb/dvb.cpp')
| -rw-r--r-- | lib/dvb/dvb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp index 2c2376d3..e643f272 100644 --- a/lib/dvb/dvb.cpp +++ b/lib/dvb/dvb.cpp @@ -691,7 +691,7 @@ void eDVBChannel::cueSheetEvent(int event) if (abs(m_skipmode_m) < abs(m_skipmode_n)) { - eFatal("damn, something is wrong with this calculation"); + eWarning("something is wrong with this calculation"); m_skipmode_n = m_skipmode_m = 0; } |
