aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server.ts')
-rw-r--r--server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.ts b/server.ts
index 2effa9340..9c74ddb69 100644
--- a/server.ts
+++ b/server.ts
@@ -160,7 +160,7 @@ function onDatabaseInitDone () {
160 VideosPreviewCache.Instance.init(CONFIG.CACHE.PREVIEWS.SIZE) 160 VideosPreviewCache.Instance.init(CONFIG.CACHE.PREVIEWS.SIZE)
161 161
162 logger.info('Server listening on port %d', port) 162 logger.info('Server listening on port %d', port)
163 logger.info('Webserver: %s', CONFIG.WEBSERVER.URL) 163 logger.info('Web server: %s', CONFIG.WEBSERVER.URL)
164 }) 164 })
165 }) 165 })
166} 166}