diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/service/servicedvbrecord.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/service/servicedvbrecord.cpp b/lib/service/servicedvbrecord.cpp index 8feb8156..acd4a823 100644 --- a/lib/service/servicedvbrecord.cpp +++ b/lib/service/servicedvbrecord.cpp @@ -125,7 +125,7 @@ RESULT eDVBServiceRecord::start() RESULT eDVBServiceRecord::stop() { - eDebug("stop recording!!"); + eDebug("stop recording!"); if (m_state == stateRecording) { if (m_record) @@ -136,7 +136,8 @@ RESULT eDVBServiceRecord::stop() m_target_fd = -1; } m_state = statePrepared; - } + } else + eDebug("(was not recording)"); if (m_state == statePrepared) { m_record = 0; |
