X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=perl%2FSesse%2Fpr0n%2FCommon.pm;h=d85ce6aa896508923424d1c699551badfee9b138;hp=828df6a91466a4b9883e92b5d469efe4baa2a07d;hb=d0e9a452e8354fe827162ad367b4bf5bf2f76ff2;hpb=f595655353d04ea4902857f3a8caf7b9c28b71e6 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"); } }