mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 08:55:00 -04:00
warning when SSL is disabled
This commit is contained in:
parent
ab148ebc1a
commit
668ce82569
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ exports.restartServer = function () {
|
|||
|
||||
} else {
|
||||
|
||||
console.log( "SSL -- not enabled!" );
|
||||
console.warn( "SSL -- not enabled!" );
|
||||
|
||||
var http = require('http');
|
||||
server = http.createServer(app);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue