mirror of
https://github.com/linuxserver/kclient.git
synced 2026-02-19 16:56:06 +08:00
wip: updated log message
This commit is contained in:
parent
d777cab784
commit
481da7382b
2
index.js
2
index.js
@ -224,7 +224,7 @@ aio.on('connection', function (socket) {
|
||||
app.use(SUBFOLDER, baseRouter);
|
||||
http
|
||||
.listen(port, function() {
|
||||
console.log('App listening on port ' + port);
|
||||
console.log('kclient listening on port ' + port);
|
||||
})
|
||||
.on('error', function(err) {
|
||||
console.log('Error on http server: ');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user