1
0
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:
Tim Potter
-
parent c9b4ed79c8
commit c4e7ce267f

View File

@ -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);
}