Skip to content

Commit

Permalink
Don't use the background flag when starting mythlogserver
Browse files Browse the repository at this point in the history
It already uses --daemon
  • Loading branch information
Beirdo committed Jun 17, 2012
1 parent 5ff71cc commit 32d0756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythbase/logging.cpp
Expand Up @@ -418,7 +418,6 @@ void LoggerThread::launchLogServer(void)

MythSystemMask mask = MythSystemMask(kMSDontBlockInputDevs |
kMSDontDisableDrawing |
kMSRunBackground |
kMSRunShell);
QStringList args;
args << "--daemon" << logPropagateArgs;
Expand Down

0 comments on commit 32d0756

Please sign in to comment.