mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
If we can't connect, make sure its a level 0 so we see it, and the reason.
This commit is contained in:
parent
790b7c9ab8
commit
6129718bea
@ -768,7 +768,7 @@ static void usage(void)
|
||||
password, 0);
|
||||
|
||||
if (!NT_STATUS_IS_OK(nt_status)) {
|
||||
DEBUG(1,("Cannot connect to server. Error was %s\n", nt_errstr(nt_status)));
|
||||
DEBUG(0,("Cannot connect to server. Error was %s\n", nt_errstr(nt_status)));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user