set vizion error message as debug message

This commit is contained in:
Unitech 2015-11-09 11:52:05 +01:00
parent 5f7075fcbb
commit ba41c48d2d

View File

@ -434,7 +434,7 @@ God.finalizeProcedure = function finalizeProcedure(proc) {
var proc = God.clusters_db[proc_id];
if (err)
console.error(err.stack || err);
debug(err.stack || err);
if (!proc ||
!proc.pm2_env ||