[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 25/60] history reporting: Print debug for cache misses
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- Osstest/HistoryReport.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Osstest/HistoryReport.pm b/Osstest/HistoryReport.pm index b576c02a..b593f207 100644 --- a/Osstest/HistoryReport.pm +++ b/Osstest/HistoryReport.pm @@ -155,6 +155,9 @@ sub cache_row_lookup_prep ($) { if ($cacherow) { $$jrr = $cacherow; $rows_hit++; + } else { + print ::DEBUG "CACHE MISS ", + (join " ", map { $$jrr->{$_} } @key_cols), "\n"; } } -- 2.11.0
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |