diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-09 15:48:44 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-09 15:48:44 +0000 |
| commit | 028c344bce5a88e2292cd01138ee17348bf75f7b (patch) | |
| tree | adac9a4dc6eea82f1f6f6657d846702331cbb251 /lib/dvb/sec.cpp | |
| parent | 878c28f3ac56f6dce9647993278e36cacb994bcc (diff) | |
| download | enigma2-028c344bce5a88e2292cd01138ee17348bf75f7b.tar.gz enigma2-028c344bce5a88e2292cd01138ee17348bf75f7b.zip | |
- fix typo ;)
Diffstat (limited to 'lib/dvb/sec.cpp')
| -rw-r--r-- | lib/dvb/sec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp index 50d0ae13..e3fbf26f 100644 --- a/lib/dvb/sec.cpp +++ b/lib/dvb/sec.cpp @@ -443,7 +443,7 @@ RESULT eDVBSatelliteEquipmentControl::prepare(iDVBFrontend &frontend, FRONTENDPA } } - eDebug("not found satellite configuration for orbital position (%d)", sat.orbital_position ); + eDebug("found no satellite configuration for orbital position (%d)", sat.orbital_position ); return -1; } |
