(decx): Unknown pax keywords produce a warning,not error.

This commit is contained in:
Sergey Poznyakoff
2007-05-30 19:15:17 +00:00
parent 12b3a5d5b1
commit 967fcb9318

View File

@@ -573,8 +573,8 @@ decx (void *data, char const *keyword, char const *value, size_t size)
if (t)
t->decoder (st, keyword, value, size);
else
ERROR((0, 0, _("Ignoring unknown extended header keyword `%s'"),
keyword));
WARN((0, 0, _("Ignoring unknown extended header keyword `%s'"),
keyword));
}
void