console.debug socketTransportProtocols
This commit is contained in:
parent
9701c51ac5
commit
0d2eddb62a
|
@ -177,6 +177,7 @@ exports.reloadSettings = function reloadSettings() {
|
||||||
if(exports.dbType === "dirty"){
|
if(exports.dbType === "dirty"){
|
||||||
console.warn("DirtyDB is used. This is fine for testing but not recommended for production.")
|
console.warn("DirtyDB is used. This is fine for testing but not recommended for production.")
|
||||||
}
|
}
|
||||||
|
console.debug("socket.io uses "+exports.socketTransportProtocols);
|
||||||
}
|
}
|
||||||
|
|
||||||
// initially load settings
|
// initially load settings
|
||||||
|
|
Loading…
Reference in New Issue