diff options
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/connections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/connections.c b/nscd/connections.c index c4269ce548..39d491a5e0 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -1079,7 +1079,7 @@ cannot handle old request version %d; current version is %d"), { char buf[256]; - dbg_log (_("error getting callers id: %s"), + dbg_log (_("error getting caller's id: %s"), strerror_r (errno, buf, sizeof (buf))); break; } |