From f4e2e8e975b8f538375acd9a6d41a20b22f2ac27 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 26 Aug 2006 23:37:56 +0000 Subject: [PATCH] added info --- IkiWiki/Render.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index d7f07c08a..c7849a2dd 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -100,7 +100,7 @@ sub preprocess ($$$) { #{{{ elsif ($preprocessing{$page}++ > 10) { # Avoid loops of preprocessed pages preprocessing # other pages that preprocess them, etc. - return "[[$command preprocessing loop detected]]"; + return "[[$command preprocessing loop detected on $page at depth $preprocessing{$page}]]"; } elsif (exists $hooks{preprocess}{$command}) { # Note: preserve order of params, some plugins may -- 2.44.0