CComponentsTimer: log output moved

Log message was shown on each call of startTimer.


Origin commit data
------------------
Branch: ni/coolstream
Commit: eebfc455c6
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-30 (Tue, 30 Sep 2014)



------------------
This commit was generated by Migit
This commit is contained in:
2014-09-30 08:49:29 +02:00
parent 657e9f8d69
commit 29657fdc0c

View File

@@ -81,8 +81,8 @@ bool CComponentsTimer::startTimer()
dprintf(DEBUG_NORMAL,"[CComponentsTimer] [%s] pthread_create %s\n", __func__, strerror(errno));
return false;
}
dprintf(DEBUG_INFO,"[CComponentsTimer] [%s] timer thread [%lu] created with interval = %d\n", __func__, tm_thread, tm_interval);
}
dprintf(DEBUG_INFO,"[CComponentsTimer] [%s] timer thread [%lu] created with interval = %d\n", __func__, tm_thread, tm_interval);
//ensure kill of thread on any restart of neutrino
CNeutrinoApp::getInstance()->OnBeforeRestart.connect(sl);