added logging

This commit is contained in:
JT Smith 2009-09-27 17:33:46 -05:00
parent d399f23baf
commit 2a94b0806c
4 changed files with 54 additions and 27 deletions

View file

@ -182,7 +182,7 @@ sub www_viewStatistics {
my $cache = $session->cache;
my $version = eval{$cache->get($url)};
if (not defined $version) {
$version = eval{$cache->setByHttp($url, $url, 43200)};
$version = eval{$cache->setByHttp($url, 43200)};
}
chomp $version;
$output .= '<table>';