1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

r14181: This doesn't need level 1 debug, it happens whenever the DNS name is looked up.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2006-03-11 02:07:14 +00:00 committed by Gerald (Jerry) Carter
parent 2ab71ed518
commit 1badf363ab

View File

@ -129,7 +129,7 @@ static enum drsuapi_DsNameStatus LDB_lookup_spn_alias(krb5_context context, stru
}
} while (p);
}
DEBUG(1, ("LDB_lookup_spn_alias: no alias for service %s applicable\n", alias_from));
DEBUG(4, ("LDB_lookup_spn_alias: no alias for service %s applicable\n", alias_from));
talloc_free(tmp_ctx);
return DRSUAPI_DS_NAME_STATUS_NOT_FOUND;
}