summaryrefslogtreecommitdiff
path: root/lib/File/CheckTree.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/File/CheckTree.pm')
-rw-r--r--lib/File/CheckTree.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/File/CheckTree.pm b/lib/File/CheckTree.pm
index d3dfa70084..a440bda71e 100644
--- a/lib/File/CheckTree.pm
+++ b/lib/File/CheckTree.pm
@@ -98,11 +98,11 @@ sub valmess {
$mess =~ s/ does not / should not / ||
$mess =~ s/ not / /;
}
- print stderr $mess,"\n";
+ print STDERR $mess,"\n";
}
else {
$this =~ s/\$file/'$file'/g;
- print stderr "Can't do $this.\n";
+ print STDERR "Can't do $this.\n";
}
if ($disposition eq 'die') { exit 1; }
++$warnings;