turn error into warning
authorFelix Domke <tmbinc@elitedvb.net>
Tue, 21 Feb 2006 00:45:10 +0000 (00:45 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Tue, 21 Feb 2006 00:45:10 +0000 (00:45 +0000)
lib/dvb/dvb.cpp

index 2c2376d..e643f27 100644 (file)
@@ -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;
                                }