commit | 807b6b5157a0801145c63cc573d3f7b66f0f5b57 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Tue Mar 02 17:09:11 2010 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Tue Mar 02 17:09:11 2010 -0800 |
tree | 5a55fb6d7343e6310e4fcfccb212507e52ddb24a | |
parent | d9a780a526f6649f863d1f118b4c8bc5a0d52cef [diff] |
Catch daemon startup failures in error_log If the daemon is unable to construct its static state and begin the network services, we need to catch the cause and drop it into the error_log file manually. Allowing an exception to carry up into the caller will cause the error to print to stderr, which gerrit.sh redirects to /dev/null. Bug: issue 478 Change-Id: I4135f3776a77d9afb32b411640d6f507a1ed4def Signed-off-by: Shawn O. Pearce <sop@google.com>