@@ -7520,7 +7520,7 @@ updated:
if (pool->prio != j)
continue;
- if (pool == current_pool())
+ if (pool_actively_in_use(pool, NULL))
wattron(logwin, A_BOLD);
if (pool->enabled != POOL_ENABLED || pool->failover_only)
wattron(logwin, A_DIM);