Changeset 972
- Timestamp:
- 03/23/08 08:59:49 (15 years ago)
- Files:
-
- trunk/libffado/src/libutil/Watchdog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/src/libutil/Watchdog.cpp
r970 r972 183 183 // switch to realtime if necessary 184 184 if(m_realtime) { 185 if( m_CheckThread->AcquireRealTime(m_priority)) {185 if(!m_CheckThread->AcquireRealTime(m_priority)) { 186 186 debugWarning("(%p) Could not aquire realtime priotiry for watchdog thread.\n", this); 187 187 }