summaryrefslogtreecommitdiffstats
path: root/pw/pw_nis.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pw_nis.c')
-rw-r--r--pw/pw_nis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw/pw_nis.c b/pw/pw_nis.c
index c786cc7..6697835 100644
--- a/pw/pw_nis.c
+++ b/pw/pw_nis.c
@@ -43,6 +43,7 @@ pw_nisupdate(const char * path, struct passwd * pwd, char const * user)
struct passwd *pw = NULL;
struct passwd *old_pw = NULL;
+ printf("===> %s\n", path);
if (pwd != NULL)
pw = pw_dup(pwd);