1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

(handle_request): Missing _() in last patch.

This commit is contained in:
Ulrich Drepper
2004-08-04 06:40:00 +00:00
parent 0532e21bad
commit 40962f02f9

View File

@@ -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. */