warning when SSL is disabled

This commit is contained in:
Wikinaut 2012-11-30 21:56:40 +01:00
parent ab148ebc1a
commit 668ce82569

View file

@ -66,7 +66,7 @@ exports.restartServer = function () {
} else { } else {
console.log( "SSL -- not enabled!" ); console.warn( "SSL -- not enabled!" );
var http = require('http'); var http = require('http');
server = http.createServer(app); server = http.createServer(app);