diff options
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/gethints.pl | 2 |
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"; } } |