change success callback in finalizeRedisTx to logger.debug to prevent untimely withdrawalProfit call

This commit is contained in:
Eugene@ubuntu 2014-03-27 04:57:29 +04:00
parent 68bea9ea7d
commit fc5cf3b883
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ function SetupForPool(logger, poolOptions){
callback('Check finished - error with final redis commands for cleaning up ' + JSON.stringify(error));
return;
}
callback(null, 'Payments processing performed an interval');
logger.debug(logSystem, logComponent, 'Payments processing performed an interval');
});
};