fixed pools performance report typo error

This commit is contained in:
Adolfo Gómez García 2020-02-18 18:17:04 +01:00
parent 9bdaf4eab1
commit c7c685865e

View File

@ -123,7 +123,7 @@ class PoolPerformanceReport(StatsReport):
pools = self.getPools()
if pools:
if not pools:
raise Exception(_('Select at least a service pool for the report'))
logger.debug('Pools: %s', pools)