From 6e543fc07973ca28ab703f5a4a04d55407a1161e Mon Sep 17 00:00:00 2001 From: "Simon.Z" Date: Fri, 24 Mar 2023 17:20:39 -0700 Subject: [PATCH] fix the log issue --- libs/rewardProcessor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/rewardProcessor.js b/libs/rewardProcessor.js index dc8a537..44d6ae2 100644 --- a/libs/rewardProcessor.js +++ b/libs/rewardProcessor.js @@ -454,7 +454,7 @@ function SetupForPool(logger, poolOptions, setupFinished) { // filter out actual payees with amount over minimum threshold // if amount < minimum threshold, add them to balance and payout next round - logger.debug("Issue Plan"); + logger.debug(logSystem, logComponent, "Issue Plan"); for (w in workers) { if (workers[w].issue !== false) { const amount = workers[w].reward.plus(workers[w].balance);