This commit is contained in:
cubedro 2016-01-08 15:41:01 +02:00
parent 946408f36e
commit 41c3a06eef
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ var ENV_VERBOSITY = process.env.VERBOSITY || 2;
console[item.name] = function ()
{
if(verbosity[ENV_VERBOSITY].indexOf(fnName) === -1)
if(verbosity[ENV_VERBOSITY].indexOf(item.name) === -1)
return false;
var args = Array.prototype.slice.call(arguments);