Rename debugConnections -> traceConnections

This commit is contained in:
Bryan Ashby 2015-12-07 21:45:48 -07:00
parent 4458bcfd37
commit 93a28f4b7b
2 changed files with 2 additions and 2 deletions

View file

@ -237,7 +237,7 @@ SSHServerModule.prototype.createServer = function() {
ident : 'enigma-bbs-' + enigVersion + '-srv',
// Note that sending 'banner' breaks at least EtherTerm!
debug : function debugSsh(dbgLine) {
if(true === Config.servers.ssh.debugConnections) {
if(true === Config.servers.ssh.traceConnections) {
Log.trace('SSH: ' + dbgLine);
}
},