mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
src/eitd/sectionsd.cpp: Calling function 'Sleep()' restored
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9be5730183
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-02-21 (Thu, 21 Feb 2013)
Origin message was:
------------------
* src/eitd/sectionsd.cpp: Calling function 'Sleep()' restored
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1365,7 +1365,9 @@ void CTimeThread::run()
|
|||||||
if(!scanning)
|
if(!scanning)
|
||||||
sleep_time = 0;
|
sleep_time = 0;
|
||||||
real_pause();
|
real_pause();
|
||||||
#ifdef DEBUG_TIME_THREAD
|
#ifndef DEBUG_TIME_THREAD
|
||||||
|
Sleep();
|
||||||
|
#else
|
||||||
int rs = Sleep();
|
int rs = Sleep();
|
||||||
xprintf("%s: wakeup, running %d scanning %d channel %llx reason %d\n",
|
xprintf("%s: wakeup, running %d scanning %d channel %llx reason %d\n",
|
||||||
name.c_str(), running, scanning, current_service, rs);
|
name.c_str(), running, scanning, current_service, rs);
|
||||||
|
Reference in New Issue
Block a user