Skip to content

Commit

Permalink
Propagate the logging args to the logserver on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed May 12, 2012
1 parent 4a9a609 commit 051df03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/logging.cpp
Expand Up @@ -400,7 +400,7 @@ void LoggerThread::launchLogServer(void)
kMSRunBackground |
kMSRunShell);
QStringList args;
args << "--daemon";
args << "--daemon" << logPropagateArgs;

MythSystem ms("mythlogserver", args, mask);
ms.Run();
Expand Down

0 comments on commit 051df03

Please sign in to comment.