diff options
Diffstat (limited to 'nscd/nscd_conf.c')
-rw-r--r-- | nscd/nscd_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/nscd_conf.c b/nscd/nscd_conf.c index 9b8d75ce23..742f2b760d 100644 --- a/nscd/nscd_conf.c +++ b/nscd/nscd_conf.c @@ -179,7 +179,7 @@ nscd_parse_file (const char *fname, struct database dbs[lastdb]) else if (strcmp (entry, "server-user") == 0) { if (!arg1) - dbg_log (_("Must specify user name for server-user option"), arg1); + dbg_log (_("Must specify user name for server-user option")); else server_user = strdup (arg1); } |