diff options
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/pwdcache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nscd/pwdcache.c b/nscd/pwdcache.c index 092c79222a..b08cfd7870 100644 --- a/nscd/pwdcache.c +++ b/nscd/pwdcache.c @@ -404,9 +404,9 @@ addpwbyX (struct database_dyn *db, int fd, request_header *req, if (__glibc_unlikely (debug_level > 0)) { if (he == NULL) - dbg_log (_("Haven't found \"%s\" in password cache!"), keystr); + dbg_log (_("Haven't found \"%s\" in user database cache!"), keystr); else - dbg_log (_("Reloading \"%s\" in password cache!"), keystr); + dbg_log (_("Reloading \"%s\" in user database cache!"), keystr); } while (lookup (req->type, key, &resultbuf, |