mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
locate: don't warn about slocate databases any more.
* locate/locate.c (search_one_database): Remove warning about support for slocate databases being new.
This commit is contained in:
parent
0e74f89b5c
commit
f146a24340
@ -1088,11 +1088,6 @@ search_one_database (int argc,
|
||||
nread,
|
||||
&slocate_seclevel))
|
||||
{
|
||||
error (0, 0,
|
||||
_("%s is an slocate database. "
|
||||
"Support for these is new, expect problems for now."),
|
||||
quotearg_n_style (0, locale_quoting_style, procdata.dbfile));
|
||||
|
||||
/* slocate also uses frcode, but with a different header.
|
||||
* We handle the header here and then work with the data
|
||||
* in the normal way.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user