Print background jobs in status

This commit is contained in:
SChernykh
2021-08-25 11:31:35 +02:00
parent 7ab3c22114
commit fcb9e25fb1
3 changed files with 25 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ static int do_status(p2pool *m_pool, const char * /* args */)
if (m_pool->p2p_server()) {
m_pool->p2p_server()->print_status();
}
bkg_jobs_tracker.print_status();
return 0;
}