1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

another improved debug statement

This commit is contained in:
Andrew Tridgell
-
parent 3f7a24d183
commit ac69b9c83c

View File

@ -240,7 +240,7 @@ int net_rpc_join_newstyle(int argc, const char **argv)
acct_name, nt_errstr(result))); acct_name, nt_errstr(result)));
if (name_types[0] != SID_NAME_USER) { if (name_types[0] != SID_NAME_USER) {
DEBUG(0, ("%s is not a user account\n", acct_name)); DEBUG(0, ("%s is not a user account (type=%d)\n", acct_name, name_types[0]));
goto done; goto done;
} }