From: Ulrich Drepper Date: Wed, 4 Aug 2004 06:40:00 +0000 (+0000) Subject: (handle_request): Missing _() in last patch. X-Git-Tag: cvs/fedora-base~270 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40962f02f91af8bc1480f5bb1ddea0fdbcb914ea;p=thirdparty%2Fglibc.git (handle_request): Missing _() in last patch. --- diff --git a/nscd/connections.c b/nscd/connections.c index d9a3109d417..9db9b150ed3 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. */