summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 20:19:52 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 20:19:52 +0000
commit410c95a95a71949a644b268b7db68fa4cfaba6e9 (patch)
treee291ee15c137cadb5cfc55552f00efd85e8e0fe6 /ikiwiki
parent448b5ce5514307dc4e2b6e9625e8dbed077775c6 (diff)
foo
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki1
1 files changed, 1 insertions, 0 deletions
diff --git a/ikiwiki b/ikiwiki
index 46140c9ea..33d1ae709 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -446,6 +446,7 @@ sub rcs_recentchanges ($) { #{{{
$state='body';
}
elsif ($state eq 'body' && /$div/) {
+ print STDERR ">>$message[0]<<\n";
if (defined $message[0] &&
$message[0]=~/^web commit by (\w+)(.*)/) {
$user="$1 (web)";