summaryrefslogtreecommitdiffstats
path: root/lib/libypclnt/ypclnt_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libypclnt/ypclnt_connect.c')
-rw-r--r--lib/libypclnt/ypclnt_connect.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libypclnt/ypclnt_connect.c b/lib/libypclnt/ypclnt_connect.c
index 5670fa4..25d2f9f 100644
--- a/lib/libypclnt/ypclnt_connect.c
+++ b/lib/libypclnt/ypclnt_connect.c
@@ -64,7 +64,6 @@ ypclnt_connect(ypclnt_t *ypclnt)
return (-1);
}
}
- YPCLNT_DEBUG("domain '%s'", ypclnt->domain);
/* map must be specified */
if (ypclnt->map == NULL) {
@@ -72,7 +71,6 @@ ypclnt_connect(ypclnt_t *ypclnt)
"caller must specify map name");
return (-1);
}
- YPCLNT_DEBUG("map '%s'", ypclnt->map);
/* get master server for requested map unless specified */
if (ypclnt->server == NULL) {
@@ -83,7 +81,6 @@ ypclnt_connect(ypclnt_t *ypclnt)
return (-1);
}
}
- YPCLNT_DEBUG("server '%s'", ypclnt->server);
ypclnt_error(ypclnt, NULL, NULL);
return (0);
OpenPOWER on IntegriCloud