
noreply at mythtv
May 9, 2012, 6:10 PM
Post #1 of 1
(41 views)
Permalink
|
|
mythtv branch devel/logging-zeromq updated by beirdo. v0.26-pre-261-g8e19503
|
|
The branch, devel/logging-zeromq has been updated on the mythtv repository by gitolite user beirdo. via 8e195035ee0664207c007bb0b4592e95437560d8 (commit) from 7270557e2914ffdb49ce9524a056389ff3364e94 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8e195035ee0664207c007bb0b4592e95437560d8 Author: Gavin Hurlbut <ghurlbut [at] mythtv> at Wed, 9 May 2012 18:06:33 -0700 Committer: Gavin Hurlbut <ghurlbut [at] mythtv> at Wed, 9 May 2012 18:06:33 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=8e195035ee0664207c007bb0b4592e95437560d8 Fix order of startup for logging in logserver So that the logserver's logs are in the same order as other programs, we need to half-start LoggingThread, then half-start LogServerThread (so the ZeroMQ queues are available to attach to). After that, both threads are welcome to continue on their merry way. Also, tweaked the SIGHUP handler log message to match the others. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythbase/logging.cpp | 3 +++ mythtv/libs/libmythbase/loggingserver.cpp | 21 +++++++++++++++++---- mythtv/libs/libmythbase/loggingserver.h | 1 + mythtv/programs/mythlogserver/main.cpp | 5 ++--- 4 files changed, 23 insertions(+), 7 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|