Skip to content

Commit

Permalink
Argh, forgot to call exec().
Browse files Browse the repository at this point in the history
No wonder the signals never happened.
  • Loading branch information
Beirdo committed Apr 25, 2012
1 parent d3299b9 commit 5bb3277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythbase/loggingserver.cpp
Expand Up @@ -567,8 +567,8 @@ cout << "Got here" << endl;

while (!m_aborted)
{
msleep(1000);
cout << "Tick" << endl;
msleep(100);
exec();
// handle heartbeat...
}

Expand Down

0 comments on commit 5bb3277

Please sign in to comment.