mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
make startup message consistent
This commit is contained in:
parent
24319f6d50
commit
b37d0dd08a
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ app.listen port, host, (error) ->
|
|||
if error?
|
||||
logger.error err: error, "could not start track-changes server"
|
||||
else
|
||||
logger.log "track changes api listening on http://#{host}:#{port}"
|
||||
logger.info "trackchanges starting up, listening on #{host}:#{port}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue