projects
/
pr0n
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f595655
)
Fix a syntax error.
author
Steinar H. Gunderson
<sesse@debian.org>
Mon, 13 Jul 2009 14:29:50 +0000
(16:29 +0200)
committer
Steinar H. Gunderson
<sesse@debian.org>
Mon, 13 Jul 2009 14:29:50 +0000
(16:29 +0200)
perl/Sesse/pr0n/Common.pm
patch
|
blob
|
history
diff --git
a/perl/Sesse/pr0n/Common.pm
b/perl/Sesse/pr0n/Common.pm
index 828df6a91466a4b9883e92b5d469efe4baa2a07d..d85ce6aa896508923424d1c699551badfee9b138 100644
(file)
--- 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->warn
ing
("Couldn't find a purging URL for $fname");
+ $r->log->warn("Couldn't find a purging URL for $fname");
}
}