summaryrefslogtreecommitdiff
path: root/sunrpc/pm_getmaps.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-11-10 20:52:00 +0000
committerJakub Jelinek <jakub@redhat.com>2006-11-10 20:52:00 +0000
commit53a451c64a34f4602b9479aaa8effe149e150a54 (patch)
tree767d1ef7ddc089f82c81d728dd51ad3279a670fb /sunrpc/pm_getmaps.c
parent8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f (diff)
Updated to fedora-glibc-20061110T2049cvs/fedora-glibc-2_5_90-6
Diffstat (limited to 'sunrpc/pm_getmaps.c')
-rw-r--r--sunrpc/pm_getmaps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/pm_getmaps.c b/sunrpc/pm_getmaps.c
index 2a6876d9d8..b21e7ea85c 100644
--- a/sunrpc/pm_getmaps.c
+++ b/sunrpc/pm_getmaps.c
@@ -80,7 +80,7 @@ pmap_getmaps (struct sockaddr_in *address)
(xdrproc_t)INTUSE(xdr_pmaplist), (caddr_t)&head,
minutetimeout) != RPC_SUCCESS)
{
- clnt_perror (client, _("pmap_getmaps rpc problem"));
+ clnt_perror (client, _("pmap_getmaps.c: rpc problem"));
}
CLNT_DESTROY (client);
}