From 0df3bd4004f4ff081c01ccca22c43c4ee5111a6c Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 16 Sep 2017 09:42:04 +1000 Subject: [PATCH] Silence rebuild messages. --- src/stratifier.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stratifier.c b/src/stratifier.c index 1e3a4c48..0e528bc5 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -1648,7 +1648,7 @@ static bool rebuild_txns(ckpool_t *ckp, sdata_t *sdata, workbase_t *wb) if (ckp->proxy) LOGWARNING("Unable to rebuild transactions to create workinfo, ignore displayed hashrate"); } - LOGNOTICE("Failed to find all txns in rebuild_txns"); + LOGINFO("Failed to find all txns in rebuild_txns"); request_txns(ckp, sdata, missing_txns); } @@ -1685,7 +1685,7 @@ static void check_incomplete_wbs(ckpool_t *ckp, sdata_t *sdata) ck_wunlock(&sdata->workbase_lock); if (rebuild_txns(ckp, sdata, wb)) { - LOGNOTICE("Rebuilt transactions on previously failed remote workinfo"); + LOGINFO("Rebuilt transactions on previously failed remote workinfo"); incomplete--; }