mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 08:43:23 +00:00
Print error messages to stderr, not stdout.
This commit is contained in:
parent
70776a9c0b
commit
2c7c3a91e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61644
@ -89,6 +89,6 @@ while (<STDIN>) {
|
||||
}
|
||||
next;
|
||||
}
|
||||
print "unrecognized config token $key\n";
|
||||
print STDERR "unrecognized config token $key\n";
|
||||
}
|
||||
}
|
||||
|
@ -89,6 +89,6 @@ while (<STDIN>) {
|
||||
}
|
||||
next;
|
||||
}
|
||||
print "unrecognized config token $key\n";
|
||||
print STDERR "unrecognized config token $key\n";
|
||||
}
|
||||
}
|
||||
|
@ -82,6 +82,6 @@ while (<STDIN>) {
|
||||
}
|
||||
next;
|
||||
}
|
||||
print "unrecognized config token $key\n";
|
||||
print STDERR "unrecognized config token $key\n";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user