another improved debug statement
authorAndrew Tridgell <tridge@samba.org>
Mon, 16 Jun 2003 01:13:17 +0000 (01:13 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 16 Jun 2003 01:13:17 +0000 (01:13 +0000)
source/utils/net_rpc_join.c

index fdb979a0e4b6b9da310cd5f319a6d66d0efb2a03..76b86fd8da33305a10820a444b41dc5e1349bf1a 100644 (file)
@@ -240,7 +240,7 @@ int net_rpc_join_newstyle(int argc, const char **argv)
                             acct_name, nt_errstr(result)));
 
        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;
        }