summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-04 06:40:00 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-04 06:40:00 +0000
commit40962f02f91af8bc1480f5bb1ddea0fdbcb914ea (patch)
tree92caedcf74ecbdd7e88e72c3709206f1a12ce7e0 /nscd
parent0532e21bad5e3f64018029e3505545aebf8c072a (diff)
(handle_request): Missing _() in last patch.
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. */