Minor tweaks to specific error conditions
This commit is contained in:
parent
79556d9365
commit
726a5bf7c4
2 changed files with 10 additions and 13 deletions
|
|
@ -320,9 +320,12 @@ Channel.prototype.checkModules = function (fn, args, cb) {
|
|||
|
||||
if (!self.modules) {
|
||||
LOGGER.warn(
|
||||
'checkModules(%s): self.modules is undefined; dead=%s',
|
||||
'checkModules(%s): self.modules is undefined; dead=%s,' +
|
||||
' current=%s, remaining=%s',
|
||||
fn,
|
||||
self.dead
|
||||
self.dead,
|
||||
m,
|
||||
keys
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue