diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-22 18:10:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-22 18:10:40 +0000 |
commit | 4ccb9be7c644c6ecc691a6eb666607e39ce8d9d2 (patch) | |
tree | 2bb73a8f9037b74840038988131e155431ae5730 | |
parent | a0f55abe072d19b623c65e74f2ede905d4c3f997 (diff) |
improve diagnostics
-rw-r--r-- | IkiWiki.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index 1c15e9299..0b9790d8a 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -1223,7 +1223,7 @@ sub match_link ($$;@) { #{{{ if $bestlink eq IkiWiki::bestlink($page, $p); } else { - return IkiWiki::SuccessReason->new("$page links to page matching $link") + return IkiWiki::SuccessReason->new("$page links to page $p matching $link") if match_glob($p, $link, %params); } } |