misc: comment typo fix
This commit is contained in:
@@ -132,7 +132,7 @@ run installHandlers maybeRunWithSocket appState = do
|
|||||||
AppState.logWithZTime appState $ "Listening on unix socket " <> show socket
|
AppState.logWithZTime appState $ "Listening on unix socket " <> show socket
|
||||||
runWithSocket (serverSettings conf) app configServerUnixSocketMode socket
|
runWithSocket (serverSettings conf) app configServerUnixSocketMode socket
|
||||||
Nothing ->
|
Nothing ->
|
||||||
panic "Cannot run with unix socket on non-unix plattforms."
|
panic "Cannot run with unix socket on non-unix platforms."
|
||||||
Nothing ->
|
Nothing ->
|
||||||
do
|
do
|
||||||
AppState.logWithZTime appState $ "Listening on port " <> show configServerPort
|
AppState.logWithZTime appState $ "Listening on port " <> show configServerPort
|
||||||
|
|||||||
Reference in New Issue
Block a user