summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
Diffstat (limited to 'nscd')
-rw-r--r--nscd/connections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c
index d9a3109d41..9db9b150ed 100644
--- a/nscd/connections.c
+++ b/nscd/connections.c
@@ -345,7 +345,7 @@ cannot handle old request version %d; current version is %d"),
else if (req > LASTDBREQ && req < LASTREQ)
dbg_log ("\t%s", serv2str[req->type]);
else
- dbg_log ("\tinvalid request type %d", req->type);
+ dbg_log (_("\tinvalid request type %d"), req->type);
}
/* Handle the request. */