From: Steinar H. Gunderson Date: Mon, 13 Jul 2009 14:29:50 +0000 (+0200) Subject: Fix a syntax error. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=d0e9a452e8354fe827162ad367b4bf5bf2f76ff2;ds=sidebyside Fix a syntax error. --- diff --git a/perl/Sesse/pr0n/Common.pm b/perl/Sesse/pr0n/Common.pm index 828df6a..d85ce6a 100644 --- a/perl/Sesse/pr0n/Common.pm +++ b/perl/Sesse/pr0n/Common.pm @@ -1131,7 +1131,7 @@ sub get_all_cache_urls { } elsif ($fname =~ /^$id-(\d+)-(\d+)-box\.png$/) { push @ret, "/$event/$1x$2/box/$filename"; } else { - $r->log->warning("Couldn't find a purging URL for $fname"); + $r->log->warn("Couldn't find a purging URL for $fname"); } }