diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libads/ldap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 128c133760..11e4261ee5 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -354,7 +354,8 @@ static NTSTATUS ads_find_dc(ADS_STRUCT *ads) } if ( !c_realm || !*c_realm ) { - DEBUG(0,("ads_find_dc: no realm or workgroup! Don't know what to do\n")); + DEBUG(1, ("ads_find_dc: no realm or workgroup! Don't know " + "what to do\n")); return NT_STATUS_INVALID_PARAMETER; /* rather need MISSING_PARAMETER ... */ } |