mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Removed some level 0 debugs accidentally left in - oops.
This commit is contained in:
@ -648,10 +648,7 @@ static void usage(char *pname)
|
||||
fstring cmd;
|
||||
char *p = cmdstr;
|
||||
|
||||
DEBUG(0, ("cmdstr = '%s'\n", cmdstr));
|
||||
|
||||
while(next_token(&p, cmd, ";", sizeof(fstring))) {
|
||||
DEBUG(0, ("cmd = '%s'\n", cmd));
|
||||
process_cmd(&cli, cmd);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user