mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
.
This commit is contained in:
@@ -125,7 +125,7 @@ cache_add (int type, const void *key, size_t len, struct datahead *packet,
|
||||
|
||||
dbg_log (_("add new entry \"%s\" of type %s for %s to cache%s"),
|
||||
str, serv2str[type], dbnames[table - dbs],
|
||||
first ? _(" (first)") : "");
|
||||
first ? " (first)" : "");
|
||||
}
|
||||
|
||||
unsigned long int hash = __nis_hash (key, len) % table->head->module;
|
||||
|
Reference in New Issue
Block a user