aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-08-25 18:36:49 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-08-25 18:36:49 +0200
commit556ddc319242aafef51bae9301423ecf8701a3af (patch)
tree413829b522193584df348f0356a702b3222c3419 /server.ts
parentd15ab38a905e6b50972e6f884917db9198279daf (diff)
downloadPeerTube-556ddc319242aafef51bae9301423ecf8701a3af.tar.gz
PeerTube-556ddc319242aafef51bae9301423ecf8701a3af.tar.zst
PeerTube-556ddc319242aafef51bae9301423ecf8701a3af.zip
Upgrade common server dependencies
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}