summaryrefslogtreecommitdiffstats
path: root/source/libads
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-09-24 13:06:21 +0000
committerGerald Carter <jerry@samba.org>2004-09-24 13:06:21 +0000
commitd82a5ff54ebc9e127f06cd1228d3f952728e23c9 (patch)
tree3f837b01c8ec5684e1bf96eac48a7572cbc58db3 /source/libads
parent3cf617a8c779ef153080bd00d20bfaa349603096 (diff)
downloadsamba-d82a5ff54ebc9e127f06cd1228d3f952728e23c9.tar.gz
samba-d82a5ff54ebc9e127f06cd1228d3f952728e23c9.tar.xz
samba-d82a5ff54ebc9e127f06cd1228d3f952728e23c9.zip
r2598: syncing up files for 3.0.8pre1
Diffstat (limited to 'source/libads')
-rw-r--r--source/libads/ldap_printer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libads/ldap_printer.c b/source/libads/ldap_printer.c
index 1448074ea02..d8e4cefcfaa 100644
--- a/source/libads/ldap_printer.c
+++ b/source/libads/ldap_printer.c
@@ -36,7 +36,7 @@ ADS_STATUS ads_find_printer_on_server(ADS_STRUCT *ads, void **res,
status = ads_find_machine_acct(ads, res, servername);
if (!ADS_ERR_OK(status)) {
- DEBUG(1, ("ads_add_printer: cannot find host %s in ads\n",
+ DEBUG(1, ("ads_find_printer_on_server: cannot find host %s in ads\n",
servername));
return status;
}