]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nscd/cache.c
.
[thirdparty/glibc.git] / nscd / cache.c
index ef986f374adec3648f432c399285f6d912bd7a68..be9be2aa4f1e2e8597f9ea91bb3b14f05bf7e61c 100644 (file)
@@ -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;