Change 34949 by [EMAIL PROTECTED] on 2008/11/28 07:48:30

        Errors to STDERR please

Affected files ...

... //depot/perl/Porting/checkcfgvar.pl#13 edit

Differences ...

==== //depot/perl/Porting/checkcfgvar.pl#13 (text) ====
Index: perl/Porting/checkcfgvar.pl
--- perl/Porting/checkcfgvar.pl#12~33048~       2008-01-23 00:55:33.000000000 
-0800
+++ perl/Porting/checkcfgvar.pl 2008-11-27 23:48:30.000000000 -0800
@@ -81,7 +81,7 @@
 
 for my $cfg (@CFG) {
     unless (exists $MANIFEST{$cfg}) {
-       print "[skipping not-expected '$cfg']\n";
+       print STDERR "[skipping not-expected '$cfg']\n";
        next;
     }
     my %cfg;
End of Patch.

Reply via email to