improve diagnostics

master
joey 2007-09-22 18:10:40 +00:00
parent a0f55abe07
commit 4ccb9be7c6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}