summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-06-14 02:45:11 +0000
committerpeter <peter@FreeBSD.org>2000-06-14 02:45:11 +0000
commit98de8beb88c8f76a8037155d6f7e7f264938dc56 (patch)
tree7ee62da797923ffa1c1eb6494da118b2e352243f /sys/pc98
parenta6f4815b7e46b3d433952cdbb92603ad5247c777 (diff)
downloadFreeBSD-src-98de8beb88c8f76a8037155d6f7e7f264938dc56.zip
FreeBSD-src-98de8beb88c8f76a8037155d6f7e7f264938dc56.tar.gz
Print error messages to stderr, not stdout.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/gethints.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/gethints.pl b/sys/pc98/conf/gethints.pl
index d5990d0..51ac8a9 100644
--- a/sys/pc98/conf/gethints.pl
+++ b/sys/pc98/conf/gethints.pl
@@ -82,6 +82,6 @@ while (<STDIN>) {
}
next;
}
- print "unrecognized config token $key\n";
+ print STDERR "unrecognized config token $key\n";
}
}
OpenPOWER on IntegriCloud