Added debug thread log.

This commit is contained in:
XMRig
2018-09-15 16:48:57 +03:00
parent af0172d5f3
commit 32ab16c51d
6 changed files with 47 additions and 13 deletions

View File

@@ -134,9 +134,11 @@ static void print_pools(xmrig::Config *config)
}
# ifdef APP_DEBUG
LOG_NOTICE("POOLS --------------------------------------------------------------------");
for (const Pool &pool : pools) {
pool.print();
}
LOG_NOTICE("--------------------------------------------------------------------------");
# endif
}