master
Joey Hess 2010-09-10 14:20:53 -04:00
parent 8c1a3595d4
commit 163fc34db7
1 changed files with 2 additions and 2 deletions

View File

@ -1249,8 +1249,8 @@ sub splitlangpair ($) {
if (! defined $code || ! defined $name ||
! length $code || ! length $name) {
# not a fatal error to avoid breaking if used with web setup
print STDERR sprintf(gettext("%s has invalid syntax: must use CODE|NAME"),
$pair)."\n";
warn sprintf(gettext("%s has invalid syntax: must use CODE|NAME"),
$pair);
}
return $code, $name;