Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
print something legible if synapse already running #2127
Conversation
matrixbot
commented
Apr 13, 2017
|
Can one of the admins verify this patch? |
matrixbot
commented
Apr 13, 2017
|
Can one of the admins verify this patch? |
matrixbot
commented
Apr 13, 2017
|
Can one of the admins verify this patch? |
erikjohnston
merged commit f87b287
into
matrix-org:develop
Apr 27, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
psaavedra
added a commit
to psaavedra/synapse
that referenced
this pull request
May 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
APwhitehat commentedApr 13, 2017
•
edited
Check if synapse is already running before calling start.
Otherwise
start synapsefails and dumps the log.The error is not clear from log easily.
So print something legible instead.
Signed-off-by: Anant Prakash anantprakashjsr@gmail.com