From 885f1db0a306d49bb700b2cdfc86cbaaeb2d2fae Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 13 Jul 2009 10:00:22 +0200 Subject: checklinks: Fixed msglevel for 'removed' message --- bin/checklinks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/checklinks b/bin/checklinks index 307e246..7467ad4 100755 --- a/bin/checklinks +++ b/bin/checklinks @@ -52,7 +52,7 @@ sub remove_link { if (-l "$base/$link") { unlink("$base/$link") or warn("cannot unlink $base/$link: $!"); - print_format('removed', $link, '', 'red', 0); + print_format('removed', $link, '', 'red', 1); } } -- cgit v1.2.3